You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
I've got a script that does a lot of queries, and feature updates on a hosted feature service. I'm trying to use the same script for a feature service on our local ArcGIS Server (no portal), but running into issues after building the featurelayer object. When i try to query the featurelayer object is get the following error: {u'error': {u'message': u'Invalid Token', u'code': 498, u'details': []}}
I'm probably not declaring the feature layer properly. Is there an example that shows ArcGIS Server services being used?
The text was updated successfully, but these errors were encountered:
ArcRest or ArcRestHelper
ArcRest
Version or date of download
4/1/2017
Bug or Enhancement
More of a question.
Repo Steps or Enhancement details
I've got a script that does a lot of queries, and feature updates on a hosted feature service. I'm trying to use the same script for a feature service on our local ArcGIS Server (no portal), but running into issues after building the featurelayer object. When i try to query the featurelayer object is get the following error:
{u'error': {u'message': u'Invalid Token', u'code': 498, u'details': []}}
I'm probably not declaring the feature layer properly. Is there an example that shows ArcGIS Server services being used?
The text was updated successfully, but these errors were encountered: