python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to transfer ownership of file create with service account using Drive API v3
I'm using the googleapis package in npmjs to create a spreadsheet as follows:
const { google } = require("googleapis")
const sheets = google.sheets("v4")
const drive = google.drive...
Michael
Votes: 0
Answers: 0
Getting mimeType "octet stream" for a folder created with API
I'm creating a folder inside the appDataFolder with the google drive api as it follows:
const fileMetadata = {
'name': `folderName`,
'parents': ['appDataFolder']
};
const media...
Theo Radicella
Votes: 0
Answers: 2
Gmail api with workload identity federation
I have created a workload identity pool with a third-party (auth0) provider. I have configured my service account with a domain-wide delegation and have enabled GMAIL API as well.
I could generate STS...
knucklehead
Votes: 0
Answers: 0
How do I acknowledge an android in app purchase in nodeJS
At the moment, I am authenticating as my linked android apps google service account to verify and try to acknowledge android in app Subscriptions. I can verify them using the GET call, but when i make...
JaredGibb
Votes: 0
Answers: 2