FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: don't raise when downloading zero byte files by busunkim96 · Pull Request #1074 · googleapis/google-api-python-client · GitHub

fix: don't raise when downloading zero byte files - #1074

Merged
busunkim96 merged 1 commit into
googleapis:masterfrom
busunkim96:fix-zero-byte-download
Oct 22, 2020
Merged

fix: don't raise when downloading zero byte files#1074
busunkim96 merged 1 commit into
googleapis:masterfrom
busunkim96:fix-zero-byte-download

Conversation

Copy link
Copy Markdown
Contributor

Don't raise on 416 Range Not Satisfied if there is no content to download. This is similar to fix in resumable media googleapis/google-resumable-media-python#86.

Fixes #638

busunkim96 requested review from a team and arithmetic1728 October 22, 2020 00:09
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 22, 2020
busunkim96 merged commit 86d8788 into googleapis:master Oct 22, 2020
gcf-merge-on-green Bot pushed a commit that referenced this pull request Oct 22, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HttpError 400 on uploading 0 bytes files, 416 on downloading 0 bytes files

2 participants


Back | FazBrowse Home | New Git URL