I managed to upload video file to Google Drive using google-drive-android-api, now I can't find a way to watch that video directly from Google Drive(not downloading the file) just stream it. How can I accomplish it?
Asked
Active
Viewed 1,329 times
0
-
possible duplicate of http://stackoverflow.com/questions/29596614/android-stream-video-from-google-drive – Mr.Rebot Jul 24 '16 at 22:46
-
Unfortunately, Android Drive API does not support streaming. You can use the REST API to do that. – Anatoli Jul 25 '16 at 07:08
-
Can you give me a hint what is the best way of doing this with REST API? – Ragnar Jul 27 '16 at 17:16