Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
jayeshbhatia
3 years agoNew member | Level 2
I have created a new Google Sheet on Dropbox. How to get data from this sheet via API?
I have created a new Google Sheet on Dropbox and added some rows. How to get data from this sheet via API?
2 Replies
- Здравко3 years agoLegendary | Level 20
Hi jayeshbhatia,
Handling the content of any file (either downloadable or exportable) is your responsibility. There are no API (provided by Dropbox) to do that, but you can use suitable third party software (library) or implement the handling yourself.
- Greg-DB3 years ago
Dropbox Community Moderator
jayeshbhatia You can export a Google Sheet from Dropbox using /2/files/export. (That's a link to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.)
As Здравко said though, reading/parsing specific data from that result is up to you.
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!