We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
knightd23
9 years agoExplorer | Level 3
Access Token
Hello, I would like to know if is possible a person who is not developer get your token? I ask this because I'm developing an app that can access to any account, for example, in my computer the app...
- 9 years ago
Also, make sure to update the redirect URI to match the new port.
We've now updated the repo in Github to have the two projects point to different ports now to avoid this in the future. Pulling the latest code should fix everything. If not (maybe due to cached files), Properties -> Web -> Create Virtual Directory should fix it.
Greg-DB
Dropbox Staff
Users don't need to be developers to get an access token for your app.
What SDK/library are you using, if any? How you set this up depends on what you're using.
What SDK/library are you using, if any? How you set this up depends on what you're using.
knightd23
9 years agoExplorer | Level 3
Hello,
Thanks for the answer.
You say that the users don't need to be developers to get an access token, how can they obtain this token? Or their token is the same that i'm using now in the tests?
I'm programming in C# (.NET) in the Visual Studio 2015. I'm new in the use of the OAuth/OAuth2, I just already read the documentation about this theme but I couldn't understood very well, hence my question.
Best Regards
- Greg-DB9 years agoDropbox Staff
Are you using our official .NET SDK? We recommend doing so. It comes with a SimpleBlogDemo example app that shows how to use DropboxOAuth2Helper to process the app authorization flow.
Each user will get their own access token once they go through the app authorization flow. An access token identifies a particular app-user pair, so it will be different from your own access token.
- knightd239 years agoExplorer | Level 3
Hello,
Thanks for the answer.
In the Visual Studio I install in the "Package Manager Console" the .NET SDk like is in the website (PM> Install-Package Dropbox.Api). This is what you mean? Or there are other SDK diferent of visual studio that I need to install?
I tried to run the SimpleBlogDemo example but gives an error in the access to dropbox (Server Error in '/' Application). I already changed the APP KEY and SECRET in the Web.config and add the http://localhost:5000/Home/Auth in the app console and not work. There are some think that I can do to correct this problem?
Best Regards
- Greg-DB9 years agoDropbox StaffYes, that's the official .NET SDK.
What's the actual error you're getting on the backend of the sample app?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,875 PostsLatest Activity: 4 hours 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!