Hi - I'm working with a public feature server that I have added to ArcGIS Online.
I did not store credentials, because the feature layer is public. Survey123 appears to be still trying to grab/send a token though to arcgis server and I see this error in the logs:
<10>1 2020-01-09T20:40:33Z WSBLAPTOP-171I Survey123ConnectforArcGIS 24924 - [AppStudio@11205 category="PortalRequest" function="onFailed" filename="PortalRequest.qml" line="100"] PortalRequest: PortalRequest failed: url https://utility.arcgis.com/usrsvcs/servers/1b984512aa2c405b881f5ded0764e288/rest/services/wsb/materials_testing_inspections_webmap/FeatureServer error {
"code": 498,
"details": [],
"message": "Invalid Token"
}
<15>1 2020-01-09T20:40:33Z WSBLAPTOP-171I Survey123ConnectforArcGIS 24924 - [AppStudio@11205 category="qml" function="onFail" filename="PublishServiceCheck.qml" line="66"] qml: Check error: {
"code": 498,
"details": [],
"message": "Invalid Token"
}
<15>1 2020-01-09T20:40:33Z WSBLAPTOP-171I Survey123ConnectforArcGIS 24924 - [AppStudio@11205 category="qml" function="onChecked" filename="PublishServiceCheck.qml" line="62"] qml: Check result: {
"compatible": false,
"reason": "Request error 498 Invalid Token",
"newFields": null
}<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>Probably because there is no token required for this feature service. Is this a bug or am I doing something wrong? Should this work?