You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
ellisyu
7 years agoExplorer | Level 3
php read CSV file in dropbox
There is a CSV file in Dropbox. How to read it with php? The php code is as follows, $url = "https://content.dropboxapi.com/2/files/download?authorization=Bearer%20<TOKEN>&arg=%7B%22path%22%3A%20%2...
Greg-DB
Dropbox Staff
That URL structure looks right for accessing file data via /2/files/download using a GET request.
What exactly isn't working for you? What error or unexpected output are you getting?
What exactly isn't working for you? What error or unexpected output are you getting?
ellisyu
7 years agoExplorer | Level 3
I use browser to try this url, but got ERR_INVALID_RESPONSE.
Is there anything wrong with the url?
Is there anything wrong with the url?
- Greg-DB7 years agoDropbox StaffMy sample, using your structure but plugging in my own access token, is working for me in Chrome, Safari, and Firefox.
What browser are you using?
If you check using the developer tools, what's the actual HTTP response that you get?
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,883 PostsLatest Activity: 19 hours agoIf 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!