Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
96 views

I want to download the google calendar events into my tool, to show them in a calendar developed in Angular. The tool is composed by an Angular frontend and a Java Spring Boot backend. I successfully ...
King Midas's user avatar
  • 1,749
0 votes
1 answer
54 views

Use a JSON service account key file to connect to a Google API. Currently, AI generates bad code and searches are noisy with the variety of alternate authentication schemes.
F. P. Freely's user avatar
  • 1,166
0 votes
1 answer
145 views

In response to Google's recent change to disallow username/password access to Google Workspace accounts from Google Cloud VM-instances, I am attempted to replace sendmail calls with Google API calls ...
jn4's user avatar
  • 53
0 votes
0 answers
49 views

I'm porting my app from Windows (where it works) to Linux (where it doesn't work). I can't figure out why, but my firewall is pretty strict. What port and protocol are being used to return the ...
Todd's user avatar
  • 3,052
0 votes
1 answer
112 views

I have the following versions <dependency> <groupId>com.google.api-client</groupId> <artifactId>google-api-client</artifactId> ...
HeronAlgoSearch's user avatar
0 votes
0 answers
378 views

I have GKE cluster that uses a custom service-account. I'm using it to access Google API (Gmail API). But, when I use final List<String> SCOPES = List.of(GmailScopes.GMAIL_READONLY); ...
anz's user avatar
  • 1,072
1 vote
1 answer
60 views

Using Google API with Java for Google Docs, we can access classes like TextRun, ParagraphElement, etc. and set the values, for example, as follows: TextRun txtRun = new TextRun(); txtRun.setContent(&...
Ken D's user avatar
  • 11
1 vote
1 answer
128 views

I am using the Java Gmail API to retrieve some email messages. Once I get a list of messages, I am using batching to get the individual messages info. Sample code as follows: List<MessageDto> ...
Swordfish's user avatar
  • 1,279
1 vote
1 answer
59 views

I trying to send this request to get the channel request = youtube.search().list("snippet"); request.setMaxResults(50); request.setQ(channelName); request.setType("channel"); we ...
Raneen Bsais's user avatar
1 vote
0 answers
58 views

I'm testing Google Calendar authentication-related logic in Java. I'm not sure if I'm misunderstanding the concept, but I've been unable to resolve the issue for several days now. My code is as ...
recadro's user avatar
  • 11
0 votes
1 answer
197 views

I'm trying to get a list of files' data from Drive. Following the google's example didn't work. This is an example of my code: private static final JsonFactory JSON_FACTORY = GsonFactory....
lohan's user avatar
  • 9
2 votes
2 answers
643 views

I am writing an application that uses the Spreadsheets API. Because I am using the write scope, which is sensitive, the OAuth2 redirect URI must use https instead of http (except when using localhost)....
kvitso's user avatar
  • 328
0 votes
1 answer
266 views

I am connecting a Springboot application on my local computer to GCP Cloud SQL, using Spring cloud dependency com.google.cloud:spring-cloud-gcp-starter-sql-postgresql:4.8.2 The dependency is trying to ...
at9pm's user avatar
  • 1
0 votes
1 answer
154 views

Our web application, developed in JSF, allows its users to schedule meetings in their calendar. The goal is that in the application settings, each user can integrate their Google account, so that the ...
Rekillme Re's user avatar
0 votes
1 answer
2k views

Background I have built a mod for Minecraft, and I am now at the point where it is ready to be built into a jar and run it in the game. My IDE is Intellij, the framework I am using is Fabric, and I am ...
xxhawk8xx's user avatar

15 30 50 per page
1
2 3 4 5
77