cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i want to zip large files and upload it to dropbox using php

i want to zip large files and upload it to dropbox using php

ANILA G.
New member | Level 1
 
1 Reply 1

Greg-DB
Dropbox Staff

If you want to programmatically interact with Dropbox using PHP, I recommend using the official PHP Core SDK:

https://www.dropbox.com/developers/core/sdks/php
https://www.dropbox.com/developers/core/start/php
http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/

How you zip up the file isn't related to the Dropbox API, but to upload large files you can use:

http://dropbox.github.io/dropbox-sdk-php/api-docs/v1.1.x/class-Dropbox.Client.html#_uploadFileChunke...

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?