-
Notifications
You must be signed in to change notification settings - Fork 7
GoogleJsonResponseException: 404 Not Found #3
Comments
Hi, did you find a solution to this? Best |
I am unable to reproduce this error. I tried a clean build of the app following the instructions at https://developers.google.com/+/domains/quickstart/java. Did you make any additional modifications? What is the email address you are trying to act on behalf of? Is it a Google Apps domain user? |
Hi, I have the same error and I followed the instructions step by step and the email is a Google Apps domain, this is the message: Authenticate the domain for alvaro@ greetings!, Alvaro |
I am also facing the same issues. |
I had this issue.
|
After following the instructions step-by-step the the app is issuing the following error:
msp-hh-mbjp:gplus-domains-quickstart-java jan.prill$ java -classpath "bin:lib/*" com.google.plus.samples.quickstart.domains.DomainDelegation
Authenticate the domain for janprill@
Inserting activity
Exception in thread "main" com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found
Not Found
at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:113)
at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:40)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$1.interceptResponse(AbstractGoogleClientRequest.java:312)
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1045)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:410)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:343)
at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:460)
at com.google.plus.samples.quickstart.domains.DomainDelegation.main(DomainDelegation.java:145)
A google search turns up quite some people experiencing the same. Unfortunately answers on their questions are to no avail.
Cheers, Jan
The text was updated successfully, but these errors were encountered: