Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Drive API - determine if a video file has finished processing

Is there a way to programmatically determine if a video added to Google Drive has finished converting/"processing"? As far as I can see nothing changes in the files->get response before and after it has finished processing.

(PHP Client Library)

like image 508
HdN8 Avatar asked Oct 28 '25 17:10

HdN8


1 Answers

If thumbnailLink attribute exists, video file has finished processing. It's not truly the official way to see the processing status but, as a workaround you can depend on that.

like image 171
Burcu Dogan Avatar answered Oct 31 '25 11:10

Burcu Dogan