Using token to query and update feature services
Hi,
I ran into a problem with using workflows on secured feature services. I used the GenerateToken activity to authenticate the query and update operations. It worked fine for the querying part but when it comes to the update part I am returned with this error "User does not have privileges to perform this operation". Usually when a token is required it will return an error saying "Invalid Token" or "Token Required". I wonder what this error message means and the workaround for it? Thanks!
0
-
This error is coming from the ESRI server. It's telling you that: - The credentials used to generate the token can read the service (see the date)
- The service is feature update enabled (one can use the rest interface to update the data)
- The account that generated the token, which is able to see the data, does not have permission to modify the data.
0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar