19,947 questions
-2
votes
0
answers
30
views
How do I use the files I uploaded to Google Drive via the API in an img HTML tag
I'm working on my first React full stack project, and I want to upload the media files (mainly images) on Google Drive, but also read and delete them. The uploading works fine, but when I try to ...
0
votes
0
answers
24
views
Google Drive API: gapi.client.drive.files.copy returns 404 for existing file (Slides template)
I'm trying to copy a Google Slides template using the Google Drive API with gapi.client.drive.files.copy, but I always get a 404 error, even though the file exists and is owned by the same account I'm ...
1
vote
0
answers
72
views
Storage quota errors when trying to upload files via Google Drive API
I'm trying to upload a small sample CSV file up to my personal google drive via a Service Account, but it keeps failing.
I've created a folder in my personal Drive, and shared it with my Service ...
1
vote
0
answers
45
views
How to query folders which have names that surrounded by apostrophes?
I'm using the google/apiclient API in PHP to query Google Drive.
I have two folders in the same parent folder in Google Drive:
test ' folder
'test folder'
I have the following query to retrieve the ...
0
votes
1
answer
63
views
Google Streaming STT does not return is_final = True
I'm building a phone call application using Twilio Media Streams.
The workflow is as follows:
Twilio Media Stream → Google STT (Streaming) → LLM → TTS
I'm using the sample code from the following ...
0
votes
0
answers
49
views
Follow-up email using Gmail API appears as a new conversation even with threadId and In-Reply-To headers
I'm using the Gmail API in Node.js to send automated follow-up emails that should appear as part of an existing conversation thread.
Here's what I'm doing:
I retrieve the original thread using gmail....
0
votes
0
answers
36
views
Google OAuth Error 400: invalid_request when using n8n on Fly.io
I���m running n8n (workflow automation tool) on Fly.io, and it works fine.
Now I’m trying to connect Google services like Gmail or Google Sheets using OAuth2.
I created a Google Cloud OAuth 2.0 Client ...
0
votes
0
answers
21
views
Service accounts cannot invite attendees without Domain-Wide Delegation of Authority - but NOT inviting any
Getting this error when Patching an event with new attendees. BUT we are NOT inviting attendees (sendNotifications is false, and sendUpdates = 'none').
We cannot do Domain Wide Delgation (nor do we ...
0
votes
0
answers
17
views
MapBox map marks's. Don't custom marks
I don't know how I can realize trigger on marks from mapbox while not making them custom. MapBox add different kinds of maps, and this maps have their markers, how I can realize click on this map's ...
0
votes
1
answer
40
views
Google business get placeId from storeCode
When using the Google Business API to retrieve locations managed by the end user, I get a storeCode. What I'm trying to do is check if that business location has a placeId on Google Maps or not.
...
0
votes
0
answers
37
views
How to verify a Chrome Extension that uses Google Calendar API without owning a domain?
I'm developing a Chrome Extension (non-commercial, open-source) that extracts information from Gmail messages and creates Google Calendar events.
To avoid the “This app is unverified” warning, I'm ...
0
votes
0
answers
15
views
Get location reviews via API with Service Account
Please tell me how to add a service account to a location group to receive location reviews?
When adding SA, an invitation is sent, but it cannot be accepted via API
-1
votes
0
answers
43
views
google-api for geolaction not the same as about google maps
While using the Geocoding API, I noticed that there are differences in determining the country, which do not exist in the Google Maps web interface.
Example:
Input address: city code 300000 + CN
...
0
votes
0
answers
20
views
Google API - Get profile info from email
Particularly, I want to get the profile picture URL of a Google account using account's email address.
I have tried using the People API and the Gmail API, but nothing gives me the desired result. ...
0
votes
0
answers
73
views
GoogleAPI, Get User's Additional Emails
I have a question about GAPI and People API. After the user signs in with Google OAuth I need to collect every email address attached to that Google Account (aliases / secondary addresses).
So what I'...