Closed atrisovic closed 1 year ago
Maybe this error No 'API_TOKEN' found in the environment. should refer to DATAVERSE_API_TOKEN instead of API_TOKEN as that is what the user sets/exports.
No 'API_TOKEN' found in the environment.
DATAVERSE_API_TOKEN
API_TOKEN
https://github.com/gdcc/easyDataverse/blob/81d8d45bdd41949e01d5b422803e9aed80b697c7/easyDataverse/core/dataset.py#L470
Thanks @atrisovic! Updated the error message.
Maybe this error
No 'API_TOKEN' found in the environment.
should refer toDATAVERSE_API_TOKEN
instead ofAPI_TOKEN
as that is what the user sets/exports.https://github.com/gdcc/easyDataverse/blob/81d8d45bdd41949e01d5b422803e9aed80b697c7/easyDataverse/core/dataset.py#L470