Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
rajasimon
9 years agoExplorer | Level 3
How to get the valid url using dropbox api media endpoint.?
Goal is to play audio file from dropbox. Using dropbox python sdk I can get the folders and files but the `media` doesn't have valid file to play with. def post(self, request): reque...
Greg-DB
Dropbox Community Moderator
9 years ago[Cross-linking for reference: https://stackoverflow.com/questions/41807719/how-to-get-the-valid-url-using-dropbox-api-media-endpoint ]
Can you elaborate on what the issue you're running in to with the URL is? Are you getting an error?
- rajasimon9 years agoExplorer | Level 3
After getting the response from Dropbox. I insert that url into audio player and seems it's not playing. The URL is not valid. If I copy paste that url into address bar it's not playing. My safari audio player simply shows Error.
Codes:
// HTML
<audio id="awesome-player" controls="" autoplay="">
<source id="mp3" src="" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>// Javascript
var awesomePlayer = document.getElementById('awesome-player');
awesomePlayer.src=json.url;
awesomePlayer.play();- Greg-DB9 years ago
Dropbox Community Moderator
The API is returning a valid URL for me. Can you share a sample URL that's giving you trouble? Thanks in advance!- rajasimon9 years agoExplorer | Level 3Thanks for the reply. This is the url I'm getting in the response.
https://dl.dropboxusercontent.com/1/view/npfkvmyekl783z9/wave.mp3
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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, Facebook or Instagram.
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!