Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Documentation on GCP API Endpoint Rate Limiting?

Hello all,

I am trying to determine if there is any rate limiting on how many API calls (uploading data) my client can make to a GCP endpoint for my project. I am able to successfully upload data via the API call with the client and when I make as many uploads as possible, the client eventually receives an error and not all uploads are successful. I believe the endpoint rate limits and discards excess API calls, however I can't find any documentation on this. If anyone is able to point me in the right direction I would greatly appreciate it.

Thanks so much!

Solved Solved
0 1 1,920
1 ACCEPTED SOLUTION

Hi, I'm assuming this is regarding uploads to a Google Cloud Storage bucket?  If so you can find details of the various limits here: https://cloud.google.com/storage/quotas  There is also documentation on request rates here: https://cloud.google.com/storage/docs/request-rate Hope those help.

View solution in original post

1 REPLY 1

Hi, I'm assuming this is regarding uploads to a Google Cloud Storage bucket?  If so you can find details of the various limits here: https://cloud.google.com/storage/quotas  There is also documentation on request rates here: https://cloud.google.com/storage/docs/request-rate Hope those help.