Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
112 views

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 ...
Jan's user avatar
  • 1
0 votes
0 answers
229 views

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 ...
Sara M's user avatar
  • 1
0 votes
0 answers
148 views

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 ...
Sagar1911's user avatar
  • 113
0 votes
1 answer
128 views

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 ...
S. Yacko's user avatar
  • 712
0 votes
0 answers
171 views

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 ...
Prince Patel's user avatar
0 votes
1 answer
329 views

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 "...
Matthew Michaud's user avatar
0 votes
0 answers
79 views

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', ...
Tinguyen's user avatar
0 votes
0 answers
166 views

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 ...
Zeone line's user avatar
0 votes
0 answers
966 views

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 ...
Abhishek Pathak's user avatar
0 votes
1 answer
161 views

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 ...
Coco5589's user avatar
3 votes
0 answers
322 views

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 ...
jeel's user avatar
  • 31
0 votes
1 answer
575 views

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 ...
vuki's user avatar
  • 11
1 vote
1 answer
285 views

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 ...
Coco5589's user avatar
0 votes
1 answer
52 views

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:********* ...
Anonim's user avatar
  • 93
0 votes
0 answers
278 views

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 ...
Njoli Patrick's user avatar
0 votes
1 answer
1k views

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 ...
Emo Flore's user avatar
2 votes
0 answers
157 views

Why Analytics Admin Api is missing from apis-explorer ?
Patricia T's user avatar
0 votes
1 answer
104 views

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, ...
KristiLuna's user avatar
  • 2,021
1 vote
1 answer
888 views

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 ...
Impunkj's user avatar
  • 129
-1 votes
1 answer
58 views

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 ...
Henry's user avatar
  • 1
1 vote
0 answers
251 views

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 ...
Arya Anish's user avatar
1 vote
1 answer
604 views

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/...
Tanguy A.'s user avatar
  • 155
3 votes
0 answers
249 views

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' ...
Durgesh's user avatar
  • 31
0 votes
1 answer
418 views

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": { "...
Joseph Kan's user avatar
2 votes
1 answer
588 views

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 &...
Joey Jay's user avatar

1
2 3 4 5
15