DropboxRestAPI
DropboxRestAPI copied to clipboard
error: DropboxRestAPI.Models.Exceptions.ServiceErrorException: v1_retired
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
The Core API v1 which this library uses has been deprecated . Use the official API