python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Personal "Internal" Script against GMail API
This is driving me crazy.
I have a simple Python script to do some mail management against my personal GMail using the Google Mail API.
The only way I can seem to get it to work is to keep it in "...

Eliot Levitt
Votes: 0
Answers: 2
Will the Oauth consent screen need re-verification if it's migrated to another GCP org?
I have a GCP project with a verified consent screen for calendar API access. I may want to transfer this project to a different Google workspace account. This means transferring to a different GCP org...

Konstantin Schubert
Votes: 0
Answers: 1
How to let my users save their configuration on Google Drive without sahring my developer credentials.json?
There is something I don't understand, when it comes to using the Google Drive API.
I'm trying to develop a desktop application that lets the user save his config file to his personal Google Drive, so...
PiRK
Votes: 0
Answers: 2
Firebase sign in with google for web not redirecting
I was working on a react project in which I wanted to implement google sign in so I used firebase and wrote the following code:
import {initializeApp} from "firebase/app";
import "fireb...
Tushar Verma
Votes: 0
Answers: 1