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
Requires environment variables set: MAPILLARY_USERNAME, MAPILLARY_PERMISSION_HASH, MAPILLARY_SIGNATURE_HASH from
define these 3
check with echo $VAR that each one is set correct
run ./upload_with_preprocessing.py
Expected behavior
No error
Actual behavior
You are missing one of the environment variables MAPILLARY_USERNAME, MAPILLARY_EMAIL, MAPILLARY_PASSWORD, MAPILLARY_PERMISSION_HASH or MAPILLARY_SIGNATURE_HASH. These are required.
Even with all 5 set (not exported), this error message still occurs.
The text was updated successfully, but these errors were encountered:
hi @ProBackup-nl
are you using the latest version of master?
although email and password are not required for image preprocessing, they are required for authentication when uploading. have you tried with all 5 exported?
i apologize for the inconvenience, we are working on improving the authentication process to avoid exporting all these variables and will update the readme when the changes are released
hi, just letting you know we have released a new version of the tools, where authentication is made simpler and easier, so only the user name has to be specified as an argument and nothing needs to be exported in the os environment. Please try to use the new tools, instructions and details in the README and let me know if you have any more issues, otherwise i will close this
Basic information
?
Mac OS X 10.9.5 + zsh shell
n/a
Steps to reproduce behavior
echo $VAR
that each one is set correct./upload_with_preprocessing.py
Expected behavior
No error
Actual behavior
Even with all 5 set (not exported), this error message still occurs.
The text was updated successfully, but these errors were encountered: