Hello,
I am using survey123 services and have an express server that saves the response to my machine on submit.
I am using a temporary token generated from the dashboard of ArcGIS (i.e https://developers.arcgis.com/dashboard/) but I am unable to post any request to ArcGIS services using the temporary token, I also tried to generate the token from API but ended with the same error i.e
{
"error": {
"message": "Cannot read property 'username' of undefined",
"code": -1,
"details": []
},
"success": false
}
How can I solve the issue?
Thanks