Amazon web services – Google drive API returns 429 error to create files inside us-east-1 AWS but not in other zone
When my application tries to create files, I get this error. However, it doesn't happen locally, and it doesn't happen in other AWS regions either. raise HttpError(resp, content, uri=self.uri) googleapiclient.errors.HttpError: <HttpError 429 when requesting https://www.googleapis.com/upload/drive/v3/files?fields=id&supportsAllDrives=true&alt=json&uploadType=multipart returned "Too Many Requests". Details:…