Esri / collector-tools

A set of python scripts and geoprocessing tools to automate common tasks and workflows in conjunction with Collector for ArcGIS
Apache License 2.0
74 stars 35 forks source link

Unable to generate token #91

Open matthewreesstephenson opened 3 years ago

matthewreesstephenson commented 3 years ago

Have used this previously but now get an error message indicating "Unable to generate token. Invalid username or password. (error code: 400)". Using the same credentials I use for AGO. Not sure what the issue is. Only major difference is I have recently upgraded to pro 2.7.2.

apulverizer commented 3 years ago

@matthewreesstephenson The username parameter is case-sensitive for the authentication endpoint used by these tools. Check that it matches exactly how it appears in AGOL. The normal OAuth view is case-insensitive so it's more flexible.