CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 01:24:25 GMT
content-type: text/html; charset=utf-8
cf-ray: 96166b4aab618a2a-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=7b61d24c-d9c3-4481-b75f-217a9c3336ab; expires=Sun, 19 Jul 2026 01:24:25 GMT; domain=.stackoverflow.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
feature-policy: microphone 'none'; speaker 'none'
x-frame-options: SAMEORIGIN
x-request-guid: 9a3ae812-41db-498f-9752-28d46fc61999
x-worker-origin-response-time: 269000000
x-dns-prefetch-control: off
set-cookie: __cflb=02DiuFA7zZL3enAQJD3AX8ZzvyzLcaG7vajfTUsk3kxep; SameSite=Lax; path=/; expires=Sun, 20-Jul-25 00:24:25 GMT; HttpOnly
set-cookie: prov=7b61d24c-d9c3-4481-b75f-217a9c3336ab; Path=/; HttpOnly; Domain=stackoverflow.com
set-cookie: __cf_bm=B3lR3tbrzTtqF_qgElLFKTbcVV1Vh_bRGLpPvklbGm4-1752888265-1.0.1.1-oIoY.Alv.AeTcS8RmzyTxY68cYNERHAVCtgpfufCbacQjXrL9GjuC49COooJ3nHn6gdeMArmo9Walz8r_y.9TKCRa6j9dp2MOu.8MjrWd0k; path=/; expires=Sat, 19-Jul-25 01:54:25 GMT; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=bQxHNQ_9rAnj8aqcWiiPM6PqXkr2CDqNQCQU8YCczj8-1752888265666-0.0.1.1-604800000; path=/; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'google-api-java-client google-app-engine' Questions - Stack Overflow
Skip to main content
Stack Overflow
- Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers
- Advertising Reach devs & technologists worldwide about your product, service or employer brand
- Knowledge Solutions Data licensing offering for businesses to build and improve AI tools and models
- Labs The future of collective knowledge sharing
- About the company Visit the blog
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsAll Questions
Tagged with google-api-java-client google-app-engine
89 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
754
views
Excluding the transitive com.google.http-client:google-http-client:1.42.1 child dependency from included dependencies in Gradle
I'm facing this weird java.lang.NoSuchMethodError in my Groovy project, and I have it pretty much down to that there's some transitive grand-child dependency, that is being included by multiple child ...
8
votes
5
answers
12k
views
java.lang.NoSuchMethodError: com.google.api.client.http.HttpTransport.isMtls()Z
I have an application I deploy on appengine using java8.
Lately when I tried deploying I get this error on run time:
Uncaught exception from servlet
java.lang.NoSuchMethodError: com.google.api.client....
0
votes
1
answer
52
views
Actions On Google Deployment using webhook
I am using Java Client Library to use google Dialogflow. My questions is what happens when we use "appEnginedeploy" using gradle? Where is the code stored and more importantly how the implemented ...
0
votes
1
answer
589
views
User Consent Screen Shows Up After Access Token Expires
I am trying to integrate Google Calendar API in one of my Google App Engine project based off Spring Boot. Using JAVA based google-client-api library for authorization. I provide the client id and ...
0
votes
2
answers
74
views
'com.google.appengine.api.backends.BackendService' is deprecated alternative
'com.google.appengine.api.backends.BackendService' is deprecated less...
This inspection reports where deprecated code is used in the specified inspection scope. I am getting this error when I am ...
0
votes
1
answer
225
views
Irritating Google API Client (Java) Issues
So what I'm doing requires that I hit a document with the google sheets api, grab a sheet, pull data from it, and generate another sheet. So initially I followed an example using a service account as ...
2
votes
1
answer
4k
views
error: cannot find symbol class GoogleAccountCredential
By Android build is failing with following error -
Error:(23, 68) error: package com.google.api.client.googleapis.extensions.android.gms.auth does not exist
Error:(60, 20) error: cannot find symbol ...
1
vote
0
answers
144
views
webclient appengine works locally but throws exception on Google Cloud appengine
webclient oauth2 for accessing google drive by appengine works on localhost appengine
but on google cloud app engine throws exception.
static GoogleAuthorizationCodeFlow initializeFlow() ...
3
votes
1
answer
2k
views
Authenticate service account without downloaded key on google app engine
I am working on a product that is supposed to be installed in Google App Engine.
In this I am using Service account for authenticating Gmail API, Drive API, Calendar API etc.
Its working fine with ...
0
votes
1
answer
2k
views
GoogleIdTokenVerifier does not return name, picture, etc
We're using the goole-client-api library to verify google accounts from our backend. This implementation runs on Google Cloud Platform (GCP) using App Engine and DataStore.
What we're seeing so far ...
1
vote
3
answers
550
views
Google App Engine does not support vision api Runtime.addShutdownHook error
my code looks like which throws the exception i have no idea about:
@ApiMethod(name = "analyzeImage")
public Message analyzeImage(@Named("imgURL") String imgURL) {
try {
...
1
vote
1
answer
490
views
Error 403 with Android restricted Cloud Platform API key and Cloud Endpoints
I have a problem restricting a Google Cloud Platform API key usage to an Android app: I have added its package name and certificate SHA-1 fingerprint (the debug one to get started) but it doesn't work....
1
vote
0
answers
310
views
getServingUrl() Method using Google Cloud Storage value in Java throws exception
I have been trying the code block to generate Google Cloud image url using Java, where my-bucket is the Google Storage bucket name.
String key = "/gs/Buckets/my-bucket/photo/1/content.jpeg";
...
0
votes
1
answer
1k
views
URL not found when running sample code
I'm trying to run a sample that I took from Google to see if I could access Google+ from App Engine. I added the following files to my project and set up the servlet mapping so that they are available ...
2
votes
2
answers
4k
views
How to use the Google cloud platform service account key generated using serviceAccounts.keys.create API, at the client side in Java?
I am using the service account key generated in GAE using the serviceAccounts.keys.create Google IAM API at the client side to upload files to GCS. This API returns privateKeyData field which I am ...
This tag is in a collective: a subcommunity defined by tags with relevant content and experts.
- The Overflow Blog
-
-
- Featured on Meta
-
-
-
Hot Network Questions
- Can someone explain to me how a formula for the sine function is derived?
- Would a Newtonian theory of gravity with finite propagation speed already predict gravitomagnetic effects?
- Does Luke 17:21 mean the Kingdom of God was already present on earth, reigning in the hearts of believers?
- Parsing HTTP headers in C
- Question about voices in Satie’s Gymnopédie No. 1
- Google Sheets if value is duplicate then mark TRUE on last value
- Inline stackrel-like behavior
- How to Stabilize Wash Crossing on Private Road
- What is the strength of the reals being a countable union of countable sets?
- How is `SELECT` for MS-DOS 3.30 supposed to be used on 360KB floppy systems?
- Ways of explaining Fantasy without a lecture
- HAPROXY Backend max connections
- Who are the armed militants in conflict with the Druze in Syria's Sweida?
- Horror movie about secluded town where nobody lives, with prison lab disguised as abandoned house
- Linear Model Validation - Working on Likert scale data
- Toric arrangements and system of polynomial equations
- Why is the output of Device Status Report sent to the standard input instead of output?
- How do I adjust the Peril in Pinebrook adventure to be for 5 players?
- Is the rosemary sprig served with meat edible?
- Why didn't Germany request the extradition of Eichmann from Israel?
- Recreate this Ease Color Ramp With Math?
- Did Jesus ever draw a parallel between himself and Prophet Ezekiel?
- As the only backend developer, how should I handle repeated challenges from my manager about core technical decisions?
- How to define a constructor-like simplification for symbolic types without causing recursion?