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: 

Video uploaded via api cant be played

Video uploaded via api cant be played

Baaka
Explorer | Level 3
Go to solution

I tried to upload a mp4 video that is above 150mb with the session api and I successfully uploaded it to dropbox without a single error, but the video just wont play. Accessing the video via a shared link with raw=0 results in the browser not playing the video because the file is in a not supported video format.

 

Does anyone know why this is happening?

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution
A good first step for debugging this is to check if the file was uploaded correctly (e.g., to check if there were any bugs in the upload session implementation, for instance, if the pieces were upload out of order or anything like that).

Does the uploaded file have the exact correct file size? You can also try to verify it by downloading it again, or by checking the content_hash value ( https://www.dropbox.com/developers/reference/content-hash ).

If the file is correct, it may just be a matter of the browser not supporting the video format/codec and so not being able to play it at all.

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution
A good first step for debugging this is to check if the file was uploaded correctly (e.g., to check if there were any bugs in the upload session implementation, for instance, if the pieces were upload out of order or anything like that).

Does the uploaded file have the exact correct file size? You can also try to verify it by downloading it again, or by checking the content_hash value ( https://www.dropbox.com/developers/reference/content-hash ).

If the file is correct, it may just be a matter of the browser not supporting the video format/codec and so not being able to play it at all.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?