APP URL
user:email
, user:read
, user:write
, public:write
, public:upload
env
file, along with the callback URL you just set. Here is a sample:https://a.mapillary.com/v3/me
with the users token to get the caller's user_key
.user_key
is then stored in app against the Sequence (note, user might have multiple Mapillary accounts, so this should not be stored at user level)user_key
: obtained in step onestart_time
: time of first photo in UTC uploaded in sequence (MAPCaptureTime
)end_time
: time of last photo in UTC uploaded in sequence (MAPCaptureTime
)features.key
is the value of the Sequence Key we need to store and features.image_keys
are the image ids we need to store.