How connecting a ArcGIS feature service with a authentication/username? The link looks like this: https://services1.arcgis.com/code/ArcGIS/rest/services?token=rzJ3BnGbFKOyS7vaMeXnD_yuS_DMm4pTV3EOsf Notice the token. Trying this, several times, in QGIS 3.14, I get a failure every time. Connecting without authentication it isn't a problem.
-
1Are you passing a username and password in through your connection? Tokens are short lived and can't be passed around. If you're the exact link you've posted, that token is probably past its lifespan an will need to be renewed (re-authenticate)KHibma– KHibma2021年11月24日 20:16:12 +00:00Commented Nov 24, 2021 at 20:16
-
In QGIS, the URL of the service connection should not contain a token.nr_aus– nr_aus2021年11月25日 02:59:20 +00:00Commented Nov 25, 2021 at 2:59
1 Answer 1
Thanks for the tips: The result is that one has to use the first part of the code, without the token cfr https://services1.arcgis.com/code/ArcGIS/rest/services? and then add authentication. (username/password)
The feature service can now be added to the map.
Explore related questions
See similar questions with these tags.