Skip to content

Exception service Services_Storage is not supported at this moment #16

@dminovski0

Description

@dminovski0

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions