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
1MB
since Get repository content would use base64-encoded when size less than 1MB, but when the size exceed 1MB, the encoded payload became empty ''
encoded
{ content: "" download_url: "https://raw.githubusercontent.com/zhang699/translations/b11706c2aff98a97988faf9d38a873565053d4c7/xxx.json?token=ABIL4IH7KXMQWJ2IS5LK7TTC4O3FG" encoding: "none" }
one of solution I think we can use download_url to fetch the raw
download_url
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
since Get repository content would use base64-encoded when size less than 1MB, but when the size exceed
1MB
, theencoded
payload became empty ''one of solution I think we can use
download_url
to fetch the rawThe text was updated successfully, but these errors were encountered: