We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
lucasromeiro
8 years agoExplorer | Level 3
Uploading files by ESP8266 HELP
Hello! I'm trying to access Dropbox to save my files in the cloud using an ESP8266, programming in Arduino! Has anyone ever managed to do this? I found an HTTP Developer API page. Maybe with an H...
lucasromeiro
8 years agoExplorer | Level 3
Hello Greg!
Thanks for the answer!
I have already registered the application and have token, app key and app secret.
I already used it in the model I posted above. But nothing changes ...
To solve my problem, I would like your help.
Can you send me 2 complete POST examples (what will the server receive, all the characters) ??
- An example for authentication.
- Another example, to send a file or to list the existing files or folders.
With these 2 examples I can modify and create a library for Arduino!
But I need the FULL information. The whole structure of POST done. (what the server will receive)
Because in Arduino we have to do everything at hand ... I need to know all the characters sent, understand?
Kindly help me ... These 2 examples will help me a lot and other people too!
Sorry to ask you that. I hope you can help me.
Greg-DB
Dropbox Community Moderator
8 years agoIf you need to see what the actual HTTP requests would look like, I recommend running the curl examples included in the documentation for each relevant endpoint, e.g.,:
- https://www.dropbox.com/developers/documentation/http/documentation#oauth2-token
- https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
- https://www.dropbox.com/developers/documentation/http/documentation#files-upload
You can add the "--verbose" flag to the curl command to see the actual request.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!