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
Currently upload_file only reports the filename and id if the upload fails.
From status.get it might be possible to acquire additional information that can be helpful for troubleshooting.
The text was updated successfully, but these errors were encountered:
Maybe try to upload a file using a token with read-only permissions?
There's already a read-only token stored in the repo secrets as ELABFTW_READ_TOKEN , you can add it as an environment variable to the ci jobs like is already done for the write token: https://github.com/ssciwr/mease-elabftw/blob/main/.github/workflows/test.yml#L23
Currently
upload_file
only reports the filename and id if the upload fails.From
status.get
it might be possible to acquire additional information that can be helpful for troubleshooting.The text was updated successfully, but these errors were encountered: