Want to know more about Dash? Check out how Amy uses Dropbox and Dash to make her day easier here! 

Forum Discussion

Gordon Funk's avatar
Gordon Funk
Helpful | Level 5
5 years ago

Create download zip package

Hello

 

I'm accessing the API via a PHP library. I want to do two things, and need to know if its possible:

 

1) We have files in 2 folders that I would like to be able to have our clients download with a single click - for instance, if we have the folders below, we would want to download Job1\Part A and Job1\Part B. Simplest if this could be shown as a URL that clicks and the download happens. Is this functionality in the API? All these directories are already shared with the clients.

 

Job1

Job1\Part A

Job1\Part B

Job1\Part C

Job1\Part D

Job1\Results

 

2) Is there an embed that can be set to upload only - in the example above, the client would process Part A and Part B and upload into Results. If not, what's the suggested way to allow multiple file upload into a directory?

 

Thanks.

 

 

 

 

2 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    5 years ago

    1) To download any specific file, you can use the /2/files/download endpoint, and to download any specific folder and its contents as a zip, you can use the /2/files/download_zip endpoint. These will require one API call per file or folder, respectively though. There isn't a way to bundle multiple different files or folders into a single API call. (Depending on your setup/environment you may be able to perform the multiple calls necessary and handle the results automatically in your UI, but I can't provide guidance on that aspect of your app.)

     

    2) To upload a file, you can use the /2/files/upload endpoint (or upload sessions for large files). That's not something that gets "embedded" in your app exactly, but rather just another API call that your app can make. From your description, it doesn't sound like any of the Dropbox pre-built components (the Dropbox Chooser, Saver, or Embedder) do quite what you need but please feel free to elaborate and I'll be happy to pass this on as a feature request if not.

  • GFunk's avatar
    GFunk
    Explorer | Level 3
    5 years ago

    Thanks. Looks like I'll make do with a link to the shared folder(s) and they can download from that. I hoped to be able to create this bundle at the DB end. I could bring the files to our server and do the work there, but these could be large files, and the whole point of using DB is to keep the file activity on your servers.

     

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,017 PostsLatest Activity: 34 minutes ago
401 Following

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 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!