Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I need to get approve code programmatically without this form via c# code
this is my code
How it should be modified in order to get approve code automatically without user actions ?
Thanks in advance
Understood, thanks
We need a clear full functional example, how
Get Autorization code in plain easy way
e and vou to get accesstoken buy using it.
Until now its totaly teorical.
@chemical21 wrote:We need a clear full functional example, how
...
One example in Python can be seen here. It's easy to "translate" it to any other programing language, convenient for you. In every SDKs are examples too.
@chemical21 wrote:...
Get Autorization code in plain easy way
...
What do you mean "code in plain easy way"?
You can receive it either as text in the page or through redirects - whatever is more convenient for you in particular use case. Just keep in mind that for long term usage, you will need refresh token (offline access), not only access token.
The better example could be a form with 3 buttons and textboxs:
Button1 - Get autorization code and fill a textbox1 with url string to get accesstoken
Button2 - Get Accestoken and fill a textbox with the url string with the accesstoken grant access finaly.
Button3 - Click and get the access the resources needed.
and a result of all this in a testbox.
@chemical21 Thanks for the feedback!
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!