Debugging Google App Engine SDK - what does USER_NOT_HOSTED mean?

I am having a problem using Google SDC (Secure Data Connector) with my Google App Engine application (my application cannot get data from my network, but using Google Docs spreadsheet I can get data).

So, I found this troubleshooting information: http://code.google.com/securedataconnector/docs/debug.html . and as suggested, I added a debug header to get the url and got the debug info, but I'm not sure what that means:

sdc_routing: Internet sdc_internet_routing: USER_NOT_HOSTED

Thanks Jamie

0


a source to share


1 answer


this means that the user you are using to access SDC resources is NOT a valid user on that domain.

foobar.com may grant access to specific users to access resources through SDC. and foobar.com registers all such users with Google through the foobar.com domain administration page.

this user you are using is NOT one of the users that foobar.com has provided.



you can also provide your domain name, username, etc. on the domain administration page at google.com and get better help faster. This problem should be fairly easy to fix.

hope this helps.

+1


a source







All Articles