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
If a non-admin user tries to upload to a new Sandbox record using the hepdata-cli upload they get an error message:
HTTPError: 403 Client Error: FORBIDDEN for url: https://www.hepdata.net/record/cli_upload
Reason: Email <email> does not correspond to a confirmed uploader for this record.
This seems to be a bug introduced in PR #329. The check:
If a non-admin user tries to upload to a new Sandbox record using the
hepdata-cli upload
they get an error message:This seems to be a bug introduced in PR #329. The check:
hepdata/hepdata/modules/records/views.py
Lines 806 to 810 in 3dfb531
should not be made for a new Sandbox record (
recid=None
).Thanks to Louie Corpe (@ldcorpe) for reporting this bug.
The text was updated successfully, but these errors were encountered: