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
{{ message }}
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
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:
hi,
this is my code:
`var options = new Options
{
ClientId = appKey, //App key
ClientSecret = appSecret, //App secret
RedirectUri = callbackUrl
};
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