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

dghatch's avatar
dghatch
Helpful | Level 6
3 years ago

Download a file via API using PHP and cURL

Hi, I am trying to download a file from my dropbox app, I have tried the cURL code in postman it works with no issues:   https://www.dropbox.com/developers/documentation/http/documentation#file...
  • dghatch's avatar
    dghatch
    3 years ago

    I have now solved the issue, it turns out that the server (runing with DirectAdmin) was using an old version of curl (7.24.0) and when this was updated to 7.84.0 the problems was fixed.

     

    Thanks again for all your help.