Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

error: DropboxRestAPI.Models.Exceptions.ServiceErrorException: v1_retired #31

Description

@maxdiable

hi,
this is my code:
`var options = new Options
{
ClientId = appKey, //App key
ClientSecret = appSecret, //App secret
RedirectUri = callbackUrl
};

        // Initialize a new Client (without an AccessToken)
        var client = new Client(options);
        var token = await client.Core.OAuth2.TokenAsync(code);

        var rootFolder = await client.Core.Metadata.MetadataAsync("/", list: false);`

the token is ok, but if call client.Core.Metadata.MetadataAsync the web show this error:

DropboxRestAPI.Models.Exceptions.ServiceErrorException: v1_retired

any help?

br
Max

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions