-
Notifications
You must be signed in to change notification settings - Fork 154
Does this work with Arcgis Online Enterprise accounts? #339
Comments
You can use run the script inside ArcMap so it can use the login token from that. It cannot be used as a stand alone script |
So using the "getting started" example below, would we simply not need the configuration line or would we still need to provide a username and password? `import arcrest config = {'username': 'myusername', 'password': 'myp4ssword'} Thanks! |
You can see in this example where the script is digesting ArcMaps token. |
Are you referring to this line ? We're trying to filter out what we need and what we don't need from that example. Basically what we want to do is download a feature class from AGOL, using an enterprise account. |
Yes, just you need to run it in ArcMap. That line gets the token from ArcMap. |
Does this work with ArcGIS Online Enterprise accounts? If so, could you provide a snippet of code to get us headed in the right direction? Thank you for your time.
The text was updated successfully, but these errors were encountered: