-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Http response 503 #120
Comments
Hello, I'm able to repeat an exception condition after getting a 503. The log is below: resquest failed due to temperory error: 503. retrying in 5 seconds |
Hi
|
An interesting excerpt from your link to the Google Docs API: "Important: There is a quota in place to use this service. If clients start receiving 403 errors, the rate limit has likely been hit. There is a significantly higher quota in place for Google Apps for Business users." However note that this applies to Google Docs, not necessarily Google Drive. |
Grive is according to Goolge Docs to implement, not all of from Google Drive api. You can refer code inside. |
Hi all
According to Google describe, if receive 503 "The client has made too many requests recently, or the requested API endpoint is temporarily unavailable. The API provides a minimum time in seconds within a Retry-After header that the client should wait before retrying the request."
How could we get Retry-After in error header.
sync ./boost_1_49_0/boost_1_49_0/libs/math/src/tr1/expm1l.cpp doesn't exist in server, uploading
resquest failed due to temperory error: 503. retrying in 5 seconds
terminate called after throwing an instance of 'gr::xml::Error'
what(): std::exception
The text was updated successfully, but these errors were encountered: