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! Go to 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.
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.