Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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?
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.)
sorry,
i using the 4.8.0 vesion, but the error always remains that
br
Max
Hello @maxdiable,
Can you verify what version of .NET you are using an if you wouldn't mind please share a full code sample. That would be very helpful trying to perform further troubleshooting on this issue.
Thanks!
-Chuck
Hi there!
If you need more help you can view your support options (expected response time for a 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!