Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here.
Forum Discussion
maxdiable
8 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?
3 Replies
- Greg-DB8 years ago
Dropbox Community Moderator
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.)
- maxdiable8 years agoExplorer | Level 3
sorry,
i using the 4.8.0 vesion, but the error always remains that
br
Max
- chirstius8 years ago
Dropbox Staff
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
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,039 PostsLatest Activity: 2 days ago
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If 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!