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: 

Re: Multiple Users Upload Videos from Phone to the one Dropbox Folder

Multiple Users Upload Videos from Phone to the one Dropbox Folder

funkyfresh16
New member | Level 2

Hello,

I am wondering if this is possible with Dropbox...

I want mulitple guests of an event, to be able to upload their videos from their phone to the 1 Dropbox folder. 

I know you can create a File Request Link.... But I want to make it easier than trying to get everyone the link.

I want them to be able to download an App, and then they can simply just upload the videos. 

This would happen for multiple events, so a unique code would need to be entered so that it goes to the correct Event Folder. 

Is this possible either with the Dropbox App,  or would it be possible if I created an App and the Dropbox API would allow this function.

Many thanks 🙂 


1 Reply 1

Greg-DB
Dropbox Staff

Dropbox and the Dropbox API do offer the ability to upload files, so this should be possible.

If you want to do this just from the Dropbox app itself, without using the Dropbox API yourself, you should look into setting up shared folders as needed and inviting the guests: https://help.dropbox.com/files-folders/share/share-with-others Guests can then upload their photos to the shared folder via the official Dropbox app.

If you want to use the API to build your own custom app, you can accomplish this, but exactly how you do would depend on how you want this to work. Based on your description, it sounds like you're probably thinking of one of two main ways you might do this:

  • Much like the non-API option above, you can have each guest connect their own Dropbox account to your API app, and once they do so you can add them to a shared folder and upload photos to that shared folder. This would require them to have their own Dropbox account and authorize your app, but you could streamline the process since you control the code.
  • Alternatively, you may be thinking of a setup where the guests don't each have and connect their own Dropbox accounts, but rather you just always connect to one predetermined Dropbox account (so a shared folder isn't necessary). 

    The API was designed with the intention that each user would link their own Dropbox account, in order to interact with their own files. However, it is technically possible to connect to just one account like this. The SDKs don't offer explicit support for it and we don't recommend doing so, for various technical and security reasons. This especially applies to mobile apps, since client-side apps can't secure secrets from malicious actors.

Need more support?