mapillary / mapillary_tools

Command line tools for processing and uploading Mapillary imagery
BSD 2-Clause "Simplified" License
256 stars 134 forks source link

Checks for authentication too late #672

Open BalooUriza opened 3 months ago

BalooUriza commented 3 months ago

Steps to reproduce behavior

  1. Attempt to upload ~500,000 images
  2. Forget to authenticate first
  3. 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.