-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Download Release Attachment via API #18702
Comments
Yes, this is the API call returning a “browser_download_url” But when using authorization a login with user/password is required for downloading the file. |
well either add token auth to this endpoint or add a new endpoint ... |
A new endpoint... Could you please explain it more widely? |
#26430 should fix this issue. |
Feature Description
When using the API to download release attachment via /repos/{owner}/{repo}/releases/{id}/assets/{attachment_id} a download link is provided. But downloading requires login. So, the use of this API call is verry limited. Is would be nice to have a way downloading the attachment with an access token.
Screenshots
No response
The text was updated successfully, but these errors were encountered: