726 questions
0
votes
0
answers
112
views
Youtube Captions API from API explorer returns 404 for a resource ID obtained from the list endpoint
I am using the google api explorer to attempt and download the Captions for a youtube video. For testing purposes, I am taking the video with the ID TDv56whosPQ, a mrbeast video.
Using ths list ...
0
votes
0
answers
229
views
How to avoid [403] "Calendar usage limits exceeded" errors with the Google Calendar API in case of high usage?
I'm working on a project where we use the Google Calendar API to create and manage events. Our use case includes:
Creating 30 events per week, with the number of events expected to increase in the ...
0
votes
0
answers
148
views
Get workspace drive files along with sharing information
I have a requirement to get the list of files from drive which are shared in last 7 days within my company google workspace.
For example:
[file name: abc.txt
shared on: 19th Dec
shared with: Rick
...
0
votes
1
answer
128
views
googleapis_auth/googleapis_auth.dart URI doesn't exist
I'm getting "Target of URI doesn't exist: 'package:googleapis_auth/googleapis_auth.dart'."
I need this library to grant roles to new users.
My pubspec.yaml has googleapis: 13.2.0 and I ran ...
0
votes
0
answers
171
views
Getting issues while updating googleapis from version 100.0.0 to 144.0.0
I am updating my googleapis package in my mern project
so here I am using googleapis to create and export data in google sheets
while updating I am facing some issues related to type of the ...
0
votes
1
answer
329
views
How to use built-in triggers with Google Tag Manager API
I have an app that creates a couple of different tags in GTM via the googleapis Node module. I have only used custom triggers until now. I would like to use the system-generated trigger "...
0
votes
0
answers
79
views
Google API, query user information
I'm working with the Google API, I got the token here
{
access_token: 'ya...',
scope: 'https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid',
...
0
votes
0
answers
166
views
Acknowledges a subscription purchase, Request is missing required authentication credential. Expected OAuth 2 access token
Hi im strugling to Acknowledges a subscription purchase via server side using PHP i dont want to use or install any package, even i created the API key i get a response: Request is missing required ...
0
votes
0
answers
966
views
How to use Google api to fetch all reviews of the app in play store if I am not the owner of the app
Was wondering if its possible to use Google API(Google Play Android Developer API) to list all the reviews of an app even if its not developed/published by me?
How can I get the access token?
Below is ...
0
votes
1
answer
161
views
Chrome Management API
I'm trying to use the Chrome Management API from the API EXPLORER but I can't get the CUSTOMER_ID I tried to use "my_customer" or the Customer ID from my adminconsole and it doesn't ...
3
votes
0
answers
322
views
Flutter : Google Calendar API - Access blocked: project-Client_ID request is invalid
We are facing an issue at the time of redirection to create Google calendar event URL Error: enter image description here
Access blocked: project-Client_Id request is invalid, You can’t sign in ...
0
votes
1
answer
575
views
Module not found: Can't resolve 'fs' in Next.js with googleapis
I have this piece of code in app/api/calendar.js and the purpose of this is to delete single event from Google Calendar
export async function deleteEventFromCalendar(accessToken, eventId) {
const ...
1
vote
1
answer
285
views
Unable to use Google API explorer
I am trying to use the google explorer API to test the queries I am making, I find that access to the explorer API is blocked, the side panel is not displayed.
In addition, I have blocked access to ...
0
votes
1
answer
52
views
Authorization Display & video 360 API
I would like generate the token to google apis.
I'm using this url:
https://oauth2.googleapis.com/token
and the body is :
grant_type:authorization_code
client_id: ***********
client_secret:*********
...
0
votes
0
answers
278
views
How to convert '\x1F�\b\x00\x00\x00\x00\x00\x02�U��j�0\x10E��\n' data gotten from google userinfo api to an object using nodejs
I am implementing google OAuth and i am recieving the access_token and and id_token quite alright.
After sending a request to google's userinfo endpoint as shown in this image enter image description ...
0
votes
1
answer
1k
views
BREAKING CHANGE: webpack < 5 used to include polyfills for node.js in ReactJS
I have been through all the similar questions on stackoverflow and also viewed several other source, yet I can't solve this issue for some reason.
On my React JS app I get the error messages as shown ...
2
votes
0
answers
157
views
Why Google Analytics Admin Api (GA4) is missing from google apis-explorer?
Why Analytics Admin Api is missing from apis-explorer ?
0
votes
1
answer
104
views
Google Search Console performance UI
Perhaps I've missed this in the docs but I'm trying to figure out why at the impressions and clicks within the tabs at bottom of the google search console UI: queries, pages, countries, devices, ...
1
vote
1
answer
888
views
How to get all data after callback method?
I am using node js to get all contact data from Google API.
USing callback function but it takes some time to get data due to run function before next function.
I am very new in node JS can someone ...
-1
votes
1
answer
58
views
Question to Google regarding API voice to speech voice removal or change
Regarding your voice "Google UK English Female" used on all free (and other) text to speech sites.
Was this voice removed? I heard this could be the case from a professional.
This voice ...
1
vote
0
answers
251
views
Bypass Verification for personal youtube api usage
I am tying to use YouTube's api to upload videos to YouTube (for my personal usage), it works fine on testing (it's locked in private) but is there a way for me so that I can bypass the verification ...
1
vote
1
answer
604
views
Invalid public key when trying to upload a key for a service account using Python Google API client
I am using the Google API Explorer in Python to manage service accounts and push new keys. That would be the method documented here: https://developers.google.com/resources/api-libraries/documentation/...
3
votes
0
answers
249
views
Google Photo API not returning photos for current date
I'm trying to get photos uploaded to google photos. API does not return photos uploaded on current (today) date.
Original code is written in C#. To isolate the issue I also tried using 'Try this API' ...
0
votes
1
answer
418
views
Why is the Youtube likes playlist only returning "LL"?
I'm using the youtube channels list API with the following parameters to get my liked videos playlist:
part: contentDetails,
mine: true
I get this response:
"contentDetails": {
"...
2
votes
1
answer
588
views
YouTube Data API V3 unkownPart "localizations"
I have been trying to fetch all videos from a playlist using YouTube Data API, which worked like a char; next, I wanted to try and filter videos based on languages, so I wanted to try to include the &...