I am managing a Wordpress website that uses the Ultimate Video Player plugin in order to render video files that are stored in my Google Drive account.
Plugin details: https://www.webdesign-flash.ro/p/uvp/
In order to render the Google Drive video files, this plugin needs the video file sources to be created using the following format:
https://www.googleapis.com/drive/v3/files/[file_id]?alt=media&key=[api_key]&v=[.mp4/.mp3/etc] (which is actually the download link for the specific file)
Therefore I have created a Google API key that I’m using to build my video source links.
In the Quotas section, I see that there is a limitation of 1 billion queries per day.
Does this mean that my video files can be played by my website’s users 1 billion times without exceeding the limit? Does watching an entire video (one full movie) just decrease this 1 billion limitation by 1? Or does the download quota decrease in a different way when it comes to watching videos?
Thank you!