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

dani78's avatar
dani78
Explorer | Level 3
4 years ago

select files to saver

Hi,

I'm asking myself where and how to select files to saver. I want to use it as uploader and there should be an upload button.

  • Thanks for following up. The Dropbox Saver is built to accept a URL from the third party app, and then prompts the user for where in their Dropbox account they want to save the linked file. When the user does so, the Dropbox servers then retrieve the file from the supplied URL and save the resulting data to the user's Dropbox account as requested.

     

    Exactly where that URL comes from is up to you as the developer of the app. The URL needs to be Internet-accessible so that the Dropbox servers can access it.

     

    The Dropbox Saver doesn't itself have a local upload mechanism, since it just expects a URL from the app. If it makes sense for your app though, you could build your own upload form to upload a file to your server, and then supply a URL to that file to the Saver to let the user save it to Dropbox.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    I'm not sure I understand your question. Can you clarify?

     

    The Dropbox Saver is a way for third party apps to give files to users that they can save directly to their Dropbox accounts. You can find all of the information on the Saver here.

     

    Alternatively, if you want the opposite flow, where a user selects a file from their Dropbox account to supply to your third party app, you should look at the Dropbox Chooser instead.

    • dani78's avatar
      dani78
      Explorer | Level 3

      Maybe I don't really understand the concept behind saver. I need to create a fileuploader for Dropbox. A simple button  which opens a popup to the Dropbox where I can upload files. Same as saver but with an upload button.

      Any hint how this works?

      • Greg-DB's avatar
        Greg-DB
        Icon for Dropbox Staff rankDropbox Staff

        Thanks for following up. The Dropbox Saver is built to accept a URL from the third party app, and then prompts the user for where in their Dropbox account they want to save the linked file. When the user does so, the Dropbox servers then retrieve the file from the supplied URL and save the resulting data to the user's Dropbox account as requested.

         

        Exactly where that URL comes from is up to you as the developer of the app. The URL needs to be Internet-accessible so that the Dropbox servers can access it.

         

        The Dropbox Saver doesn't itself have a local upload mechanism, since it just expects a URL from the app. If it makes sense for your app though, you could build your own upload form to upload a file to your server, and then supply a URL to that file to the Saver to let the user save it to Dropbox.