3

I want to build my own android application that will show my videos on the device. I'd like to use Google Drive as a video storage for my application.

My question: Is there any way to get the link to the direct video stream for the video saved to my Google Drive? I'm considering two options here:

  • the link is some constant so I'm able to store it in my database and give it to my android device to get the video from;

  • the link is changing from time to time so having some video_id (I don't know if it exists), I can somehow get the link to the video stream and give it to my device.

I'll appreciate any help.

4

1 回答 1

0

您可以通过get认证后获取Google Drive中的文件,花点时间在这里API参考| https://developers.google.com/drive/v2/reference/#Files

于 2013-01-09T13:18:01.450 回答