Create a Google Drive Video Player Website Using DRIVE API an PHP Language





Chats During #1 Video Making


Today We Will Create a Google Drive Video Player 
Using DRIVE API an PHP




My Drive Api key :- AIzaSyAHIDPKFSVbDwk-NdlAW8n3uh2q6AJkyAA

Drive Video Url :- 
https://drive.google.com/file/d/1J4fxkvFT8hk9RLWCoii8_quwyPxUX2CD/view


Other Way :- 

Steps :-

 use following code

$json_api = file_get_contents('https://filedeo.com/api?id=[File ID]&api=[Api Key]');
$source = json_decode($json_apitrue);
$source = $source['source'];

Here the $source will be your file ......

https://filedeo.com/api?id=[File ID]&api=[API Key]

Example :- 

https://filedeo.com/api?id=1iMff2P2NzVuEELCPt6iDJH6itzmPdOix&api=AIzaSyD739-eb6NzS_KbVJq1K8ZAxnrMfkIqPyw




Comments