Invalid Token : Cannot read property 'username' of undefined

638
3
05-11-2021 06:09 AM
mridul20
New Contributor

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
 
0 Kudos
3 Replies
ZacharySutherby
Esri Regular Contributor

Hello @mridul20,

When you say survey123 services I assume you are talking about the feature services that are created when a Survey123 survey is published. 

I would suggest reaching out to Esri Technical Support for assistance formatting your request to the REST endpoint of the service, as well as checking out the documentation for the specific request you are sending. 

If you are trying to make a request to the Survey123 REST API (this is different from the REST endpoint of the feature service), please check out our REST API documentation

Thank you, 

Zach

Thank you,
Zach
0 Kudos
mridul20
New Contributor

I am tring to create Report from Survey123 REST API services and using the temporary token from developer.arcgis.com/dashboard

0 Kudos
Felicitychun
New Contributor III

Hi @mridul20 

Did you find the issue? I am getting the same response. Is it a token issue?

Thanks

0 Kudos