2
votes

Basically, there is some quota each day for using YouTube Data API v3. Posting a video costs 1600 units. Getting some information about a video cost 1 unit.

I want to check how many units of quota I have used today by the means of monitoring API of the Google Cloud platform.

However, the YouTube Data API is not covered in the documentation of cloud monitoring API.

Does anybody know how to achieve this?

1

1 Answers

1
votes

The YouTube Data api is not part of the cloud monitoring system. It is part of the discovery services api, and there is no monitoring API for discovery APIs.

If you want to know if you are over your quota, make a call google will return a quota error to you.