We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes Fusion Tables will get cranky and throw 503s.
There should be more graceful handling of this error condition.
A GData::Client::UnknownError occurred in location#show: request error 503: { "error": { "errors": [ { "domain": "global", "reason": "backendError", "message": "Backend Error" } ], "code": 503, "message": "Backend Error" } } vendor/bundle/ruby/1.9.1/gems/gdata_19-1.1.5/lib/gdata/client/base.rb:96:in `make_request'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes Fusion Tables will get cranky and throw 503s.
There should be more graceful handling of this error condition.
The text was updated successfully, but these errors were encountered: