Luca
Luca

Reputation: 984

Retrieve list of documents from Google Drive

This is what I wish to do:

  1. Retrieve my personal list of videos from google drive.
  2. Display the list in a web page.
  3. Retrieve a single video url as described here.
  4. After getting the absolute video url, play the video with an html5 player.

Looking at this question I understand that I cannot do this.

Is this true??

Thanks.

Upvotes: 2

Views: 843

Answers (1)

Alain
Alain

Reputation: 6034

From a web app, you can use the Google Picker to show a dialog to your users so that they can pick a file from their Drive.

Upvotes: 1

Related Questions