com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found 04-26 21:02:55.228: D/Could not Add Quote(10135): Not Found
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by user3079559 via StackOverflow, 6 months ago
via Google Groups by user3079559 via StackOverflow, 9 months ago
via Stack Overflow by user3079559
, 1 year agovia Google Groups by user3814438 via StackOverflow, 6 months ago
via Google Groups by Rex Remus via StackOverflow, 6 months ago
via Google Groups by Rex Remus via StackOverflow, 6 months ago
com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found 04-26 21:02:55.228: D/Could not Add Quote(10135): Not Found
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.example.dailyinspirations.MainActivity$AddQuoteAsyncTask.doInBackground(MainActivity.java:92)
at com.example.dailyinspirations.MainActivity$AddQuoteAsyncTask.doInBackground(MainActivity.java:1)
at android.os.AsyncTask$2.call(AsyncTask.java:216)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:337)
at java.util.concurrent.FutureTask.run(FutureTask.java:169)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1119)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:612)
at java.lang.Thread.run(Thread.java:1050)