google-apis-explorer Questions

5

Getting the Module not found: Can't resolve 'fs' error when trying to list out buckets from GCP Storage. import { Storage } from '@google-cloud/storage'; const googleCloud = new Storage({ keyFile...

4

Solved

I am trying to create a Cron job programmatically in the CloudScheduler Google Cloud Platform using the following API explorer. Reference: Cloud Scheduler Documentation Even though I have given the...

1

I've been trying to insert a caption into an existing video on youtube. I was able to call the List caption endpoint with no problem. So this is not an Auth issue. I called the POST https://www.go...
Stagnate asked 8/7, 2019 at 9:6

6

The google cloud API for compute.instances.aggregatedList includes filter argument. https://cloud.google.com/compute/docs/reference/rest/beta/instances/aggregatedList I use (status eq "RUNNING") a...
Belfort asked 21/5, 2018 at 16:17

3

I'm trying to read the document from the cron: https://sheets.googleapis.com/v4/spreadsheets/<sheet_id>?key=<api_key> My document is available to anyone with the link. My #1 key se...
Crossarm asked 10/7, 2018 at 9:10

2

to check inapp purchase i have used this api https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/purchases/products/{productId}/tokens/{token} and got this respon...

1

I am struggling to create a VM instance using machine image from the REST API. I can create an instance using 'Try this API' from https://cloud.google.com/compute/docs/reference/rest/beta/instances...

2

Solved

What is the correct syntax for Google Sheets API v4 method spreadsheets.values.append for Google Apps Script? Tried the following code but it is giving an error: Invalid JSON payload received. fu...

1

Solved

I am trying to create a project in the Google console cloud using the PHP client library. I copied this sample code from https://cloud.google.com/resource-manager/reference/rest/v1/projects/create#...

5

I wrote an application that uses YouTube Data API V3's search.list, which was able to pull active live streams for a specified channel (working since 2018) using the following: https://www.googlea...
Seagrave asked 13/9, 2019 at 20:51

3

Solved

Will there be Google Sheets API v4 support for Dart/Flutter, if yes when is it coming? It already has support for many languages but Dart/Flutter is not listed in their guides.
Nerta asked 28/9, 2017 at 10:4

1

Solved

This is driving me nuts. I've successfully followed the Android Management API Quickstart to create a project/enterprise/policy and install it on a device. I stupidly didn't write down the enterpr...
Suh asked 24/10, 2019 at 1:36

1

Solved

TL;DR: When an attendee has proposed a new time for an event, is it possible for the organizer to retrieve the proposed new time via the Google Calendar API, e.g. from Events: get or Events: list? ...
Fania asked 13/9, 2019 at 16:2

1

Solved

API Discovery Service of BigQuery had worked well, but recently it suddenly returns error. NG https://www.googleapis.com/discovery/v1/apis/bigquery/v2/rest?fields=kind OK https://www.googleapis.c...

1

I'm using googleapis package from node to get refresh token and access token from auth code passed from front-end but every time I get the following error. { error: 'redirect_uri_mismatch', er...

1

Solved

Using the Google Photos API Explorer I am trying to limit the number of albums returned using the albums.list method. If I set pageSize = 10, the api explorer returns 5 albums, if I set it to 3 i...
Devoir asked 22/6, 2018 at 9:29

0

while starting free trial in Google Cloud Platform, I correctly put my card information several times with several cards, but, it again and again says "correct the card info or try a different...
Westsouthwest asked 10/6, 2018 at 9:44

1

Solved

I have a youtube channel, CNLohr, http://youtube.com/cnlohr which I use as my primary livestreaming platform. It is distinct from my primary gmail account. My gmail account has its own youtube, but...
Enyo asked 4/4, 2017 at 16:41

1

Solved

I make a simple request step-by-step in Gmail API. According to all instructions I made this call: var request = gapi.client.gmail.users.messages.send({ 'userId': 'me', "payload": { "headers":...
Piles asked 6/3, 2018 at 19:47

1

Solved

I am new in google sheets v4 and I just want to know how can I update my google sheet in v4. I am using Nodejs and following is the code sample link which I am using Method: spreadsheets.values.upd...

2

Is google+ people search deprecated? I'm using the Try this API from their page https://developers.google.com/+/web/api/rest/latest/people/search and keep getting no items for different queries ...
Alcina asked 5/12, 2017 at 12:43

2

I have this project I am working on. the idea is to retrieve books from google book API, using angular 4 I am struggling to understand how to read the JSON response, I am still learning Angular. I...
Casein asked 29/10, 2017 at 6:6

1

Solved

I use the following python code to deal with Google sheet: #!/usr/bin/python from __future__ import print_function import httplib2 import os from apiclient import discovery from oauth2client impo...
Redintegrate asked 10/7, 2017 at 12:45

1

I have retrieved upload Id from a channel as shown here(https://www.youtube.com/watch?v=RjUlmco7v2M&t=2s), and using it as playlitstId here https://developers.google.com/youtube/v3/docs/playlis...
Demoniac asked 23/4, 2017 at 7:28
1

© 2022 - 2025 — McMap. All rights reserved.