skip to Main Content

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: "<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Sorry...</title><style> body { font-family: verdana, arial, sans-serif; background-color: #fff; color: #000; }</style></head><body><div><table><tr><td><b><font face=sans-serif size=10><font color=#4285f4>G</font><font color=#ea4335>o</font><font color=#fbbc05>o</font><font color=#4285f4>g</font><font color=#34a853>l</font><font color=#ea4335>e</font></font></b></td><td style="text-align: left; vertical-align: bottom; padding-bottom: 15px; width: 50%"><div style="border-bottom: 1px solid #dfdfdf;">Sorry...</div></td></tr></table></div><div style="margin-left: 4em;"><h1>We're sorry...</h1><p>... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.</p></div><div style="margin-left: 4em;">See <a href="https://support.google.com/websearch/answer/86640">Google Help</a> for more information.<br/><br/></div><div style="text-align: center; border-top: 1px solid #dfdfdf;"><a href="https://www.google.com">Google Home</a></div></body></html>">

I ran it locally and it worked, I ran it in another region and it worked, it just doesn’t work within a specific region so far, and it suddenly started to get like this.

2

Answers


  1. We’ve experienced the same issue!
    This was throwing the error all day 9/26, got resolved on 9/27, and then started happening again all day on 9/29.
    Only calls coming out of AWS US-EAST-1 have been failing.
    It only happens with the "upload API" the rest works as expected.
    Please keep this thread posted with any updates on this manner.
    Thanks!

    Login or Signup to reply.
  2. We’re seeing this same problem out of us-west-2. On and off non-stop for three days now. We are having success with us-east-2, but are concerned that this could be next region that goes down. It’s only the Google drive "upload" API.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search