saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

ERROR in client.Core.OAuth2.AuthorizeAsync("code"); #32

Open TecnologiaIntegrada opened 4 years ago

TecnologiaIntegrada commented 4 years ago

Does someone know how to solve it?

Severity Code Description Project File Line Suppression State Error CS1061 'IOAuth2' does not contain a definition for 'AuthorizeAsync' and no accessible extension method 'AuthorizeAsync' accepting a first argument of type 'IOAuth2' could be found (are you missing a using directive or an assembly reference?) Sample C:\Users\User\Desktop\DropboxRestAPI-master\src\Sample\Program.cs 29 Active

---According DropBox Support------- Greg K. Dropboxer ‎07-28-2017 01:14 PM I'm glad to hear you sorted that out already.

For reference though, it looks like you're using a third party SDK. As it's made by a third party, we wouldn't be able to provide support for it.

Also, it unfortunately looks like that SDK uses the old Dropbox API v1, which is deprecated, and going to be retired soon.

You should move to API v2 instead. We have an official API v2 .NET SDK you can use.