Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
Forum Discussion
cruelly
2 months agoNew member | Level 1
Chatgpt Actions to interact with Dropbox
Hello, i am trying to use chatgpt actions to get and put files to my dropbox account. in below spec file, i am just trying to download /transactions.csv from root folder of my dropbox. with cu...
Greg-DB
2 months agoDropbox Staff
The /2/files/download Dropbox API endpoint is a "content-download" style endpoint and so takes its parameters in a header, and does not expect any data in the request body. The error indicates that your network client is sending data in the request body, so the Dropbox server is rejecting the call.
To address this, you'll need to make sure your client is not sending any data in the request body. As your client is not made by Dropbox though, we can't offer specific guidance on how to configure that, so you may need to refer to its documentation for information on how to configure it accordingly.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,926 PostsLatest Activity: 3 days ago
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 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!