Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
toonladder
8 years agoExplorer | Level 3
Saver fails with dataURI
For several years my web-app used the Saver with a dataURI successfully. Recently I discovered that it now fails consistently and returns "null" as error message. Normally the Saver returns an error ...
Greg-DB
Dropbox Community Moderator
8 years agoWe highly recommend setting up TLS on your web app for the sake of security, but if you don't have that set up, but for reference, it is technically possible to still use the OAuth flow without it. You would use the "code" flow but omit the 'redirect_uri' parameter. The user would then need to manually copy/paste the resulting authorization code into your app, which would then exchange it for an access token:
https://www.dropbox.com/developers/documentation/http/documentation#authorization
https://www.dropbox.com/developers/documentation/http/documentation#authorization
toonladder
8 years agoExplorer | Level 3
Thanks for pointing me to this alternative solution!
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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, Facebook or Instagram.
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!