I am trying to develop a video sharing platform based on PHP, using Google Drive as video hosting media.
Basically, my system will have multiple users and they will be able to upload videos from dashboard and if user wants he can change permission(public/private) for other users to view/block the videos on website (Android app in future).
Now my questions regarding Google Drive are:
Answers:
yes, you can create unlimited folder for each user but you must save folder ID for each user in database.
yes, free user limit 15Gb, buy extra space like 100GB, 1TB or more.
yes, default permission is Private but you can change it by Google Drive ApI.
yes, google drive allow embed video.