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!