You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when we try a method for the object storage resources with:
var sdk = new Sdk(new OAuthCredentialsProvider(oAuthString)); var bucketsRequest = new ListBucketsRequest(); bucketsRequest.FolderId = folderIdString; var response = sdk.Services.Storage.BucketService.List(bucketsRequest);
We get the exception "service Services_Storage is not supported at this moment".
Is Yandex Object storage supported with this SDK?
Additionally, can we use bucket keys to connect to the bucket, instead of OAuth Token or Service Account Keys?
The text was updated successfully, but these errors were encountered:
Hi, when we try a method for the object storage resources with:
var sdk = new Sdk(new OAuthCredentialsProvider(oAuthString)); var bucketsRequest = new ListBucketsRequest(); bucketsRequest.FolderId = folderIdString; var response = sdk.Services.Storage.BucketService.List(bucketsRequest);
We get the exception "service Services_Storage is not supported at this moment".
Is Yandex Object storage supported with this SDK?
Additionally, can we use bucket keys to connect to the bucket, instead of OAuth Token or Service Account Keys?
The text was updated successfully, but these errors were encountered: