This is what I wish to do:
- Retrieve my personal list of videos from google drive.
- Display the list in a web page.
- Retrieve a single video url as described here.
- 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.