You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
While trying to download artifacts with this extension, I get a file with the proper name, but its contents are must be logged in instead of the actual contents.
Browsing into the code, I have seen that it's using downloadFile method, using a simple http GET, hence it's missing the apiToken that would contain the authentication details.
Would it be possible to fix this?
The text was updated successfully, but these errors were encountered:
Hello,
While trying to download artifacts with this extension, I get a file with the proper name, but its contents are
must be logged in
instead of the actual contents.Browsing into the code, I have seen that it's using
downloadFile
method, using a simple http GET, hence it's missing the apiToken that would contain the authentication details.Would it be possible to fix this?
The text was updated successfully, but these errors were encountered: