We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
tenzin
3 years agoExplorer | Level 4
how to allow listening access of Dropbox audio files within my apps interface
I want to allow users of my app to them be able to connect their dropbox account and select the folder they want to allow access to.
Their folder names and their file names will be displayed in their profile on my app.
Then I want them to be able to play the audio file within my app's interface.
I also want the process of them connecting dropbox to be s seamless as possible. Ideally only 4 steps.
- Click upload from within my app (opens dropbox login)
- Login to dropbox
- Select the folders
- Click done (close dropbox, navigates back to my app)
Without them having to create an account on a third-party integrations tool.
Is there a way I achieve this?
- ЗдравкоLegendary | Level 20
Hi tenzin,
You can make your application simpler, if you just register a shared folder link in the application. After that you can enumerate the content and do whatever you want without any user login, etc. The user just has to provide a link to whatever becomes selected. 😉
Good luck.
- tenzinExplorer | Level 4
If I did it this way, then the users would have to go to their dropbox account and create a share link, then how do they add that link in my app?
- Greg-DBDropbox Staff
tenzin As Здравко noted, you may want to use Dropbox shared links. The Dropbox Embedder may be useful in that case.
Otherwise, Dropbox does offer an API you can use for listing, uploading, and downloading files, among other operations. You can find everything you need to get started with the Dropbox API, including documentation, tutorials, and SDKs here.
The following guides may be helpful:
- tenzinExplorer | Level 4
Thanks for your response!
I followed the steps in this how to.
https://www.dropbox.com/developers/embedder
I added the embed code and nothing is showing up. I'm having trouble understanding how the users of my app will select the folders from their dropbox that they want to embed into my app.
- tenzinExplorer | Level 4
I figured out how to embed the folder. But when I click on a folder within the embed, it opens the file on dropbox. Do you know how to open the file within the embed?
- ЗдравкоLegendary | Level 20
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!