cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
If you’ve changed your email address, now's the perfect time to update it on your Dropbox account and we’re here to help! Learn more 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: how to allow listening access of Dropbox audio files within my apps interface

how to allow listening access of Dropbox audio files within my apps interface

tenzin
Explorer | Level 4
Go to solution

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?

1 Accepted Solution

Accepted Solutions

Здравко
Legendary | Level 20
Go to solution

Hi @tenzin,

Embeder cannot handle all data types. Currently audio and video files are not supported as noted in the link you refer to. You should organize audio playing in your site by yourself. Selecting particular file or folder can be achieved using Chooser too.

Good luck.

View solution in original post

17 Replies 17

Здравко
Legendary | Level 20
Go to solution

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.

Greg-DB
Dropbox Staff
Go to solution

@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:

tenzin
Explorer | Level 4
Go to solution

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. 

tenzin
Explorer | Level 4
Go to solution

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?

tenzin
Explorer | Level 4
Go to solution

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
Go to solution

Hi @tenzin,

Embeder cannot handle all data types. Currently audio and video files are not supported as noted in the link you refer to. You should organize audio playing in your site by yourself. Selecting particular file or folder can be achieved using Chooser too.

Good luck.

tenzin
Explorer | Level 4

Do you know how to implement this on an App built on Bubble.io? I'd be open to hiring you to implement this in my Mobile app if you're interested. 

Greg-DB
Dropbox Staff

@tenzin While I can't speak for others on this forum, Dropbox itself does not offer app-building services or have listings or recommendations of developers for hire, but I'll pass this along as a request for an offering like that. I can't promise if or when that might be implemented though.


@tenzin wrote:

Do you know how to implement this on an App built on Bubble.io? ...


@tenzin, You can take a look on an example here to how Dropbox Chooser can be used to implement some player as well as for anything else (just select appropriate settings/fields) on Bubble.io. Chooser is usable for mobile as well for desktop apps. 😉

Need more support?