Skip to content
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

Documentation fix in download_blob_to_file #8201

Merged
merged 1 commit into from
May 31, 2019

Conversation

lambainsaan
Copy link
Contributor

The file object name is incorrect in the method documentation.

The file object name is incorrect in the method documentation.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2019
@busunkim96
Copy link
Contributor

@lambainsaan Thanks for catching this!

@busunkim96 busunkim96 added kokoro:force-run Add this label to force Kokoro to re-run the tests. api: storage Issues related to the Cloud Storage API. labels May 31, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2019
@busunkim96
Copy link
Contributor

Storage failure seems to be unrelated:

        if not 200 <= response.status_code < 300:
>           raise exceptions.from_http_response(response)
E           google.api_core.exceptions.TooManyRequests: 429 POST https://www.googleapis.com/storage/v1/b?project=precise-truck-742: The project exceeded the rate limit for creating and deleting buckets.

@busunkim96 busunkim96 merged commit c53dfd0 into googleapis:master May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants