I am working with the Google Drive API, and receiving the following error when putting through watch notifications (channels)
Error calling POST https://www.googleapis.com/drive/v2/files/xxxxxxxxxxxxxx/watch: (403) Rate limit exceeded for creating file subscriptions
Is there a specific, documented rate limited for:
a) Requesting new channels (watch notifications) per sec
b) Concurrent channels (watch notifications) per day
I have read through this question 403 rate limit after only 1 insert per second , but it doesn't really provide an answer
I would be grateful if you could point me in the right direction.