You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
maxdiable
7 years agoExplorer | Level 3
error using dropbox.net
hi,
i using dropbox.net version: v4.0.30319 and mvc 5
but if using this code:
var response = await DropboxOAuth2Helper.ProcessCodeFlowAsync(
code,
appKey,
appSecret,
callbackUrl);
the browser show this error:
impossible to found method 'System.Threading.Tasks.Task`1<Dropbox.Api.OAuth2Response> Dropbox.Api.DropboxOAuth2Helper.ProcessCodeFlowAsync(System.String, System.String, System.String, System.String, System.Net.Http.HttpClient)'
any help?
- Greg-DBDropbox Staff
That appears to be the correct method definition for DropboxOAuth2Helper.ProcessCodeFlowAsync. Are you sure you have the latest version of the Dropbox API v2 .NET SDK successfully installed though? You mentioned a version number "v4.0.30319" but the latest version is "v4.8.0". (I think "v4.0.30319" is the version of .NET itself.)
- maxdiableExplorer | Level 3
sorry,
i using the 4.8.0 vesion, but the error always remains that
br
Max
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!