mapillary_tools
mapillary_tools copied to clipboard
Checks for authentication too late
Steps to reproduce behavior
- Attempt to upload ~500,000 images
- Forget to authenticate first
- Collect underpants
Expected behavior
Sanitize inputs to ensure everything needed to upload is present before uploading.
Actual behavior
Spends five hours validating geotags and metadata before failing because authentication is checked last.