Use this tag if you have questions about the Google API Explorer or while using it to query an API. Don't forget to also find the relevant tag(s) for the API you are querying, since your question is likely be relevant to that API as well. The Google APIs Explorer includes both the standalone site and the embedded version in the "Try this API" sections of many Google API reference pages.
Questions tagged [google-apis-explorer]
708 questions
16
votes
3 answers
Google Sheets API: The caller does not have permission
I'm trying to read the document from the cron:
https://sheets.googleapis.com/v4/spreadsheets/?key=
My document is available to anyone with the link.
My #1 key settings:
Application restrictions:
- IP addresses (web servers,…

Andrey Helldar
- 161
- 1
- 1
- 4
10
votes
0 answers
correct the card info or try a different card in google api
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 card". The following image shows the issue.
I can't…

aminul islam
- 113
- 1
- 8
9
votes
4 answers
CloudScheduler 403 Permission denied while creating
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 user Owner permission and verified it in Policy…

Saurav Adhikari
- 109
- 3
- 10
9
votes
5 answers
YouTube Data API no longer returns active live streams from search.list
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…

dvh
- 91
- 1
- 5
9
votes
6 answers
Google Cloud, compute.instances.aggregatedList with filter fails
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") as a filter to view all my running instances.
I would…

Jackie Assa
- 93
- 1
- 5
9
votes
2 answers
Google+ People Search API returns no items
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
{
"kind": "plus#peopleFeed",
"etag":…

simone
- 119
- 4
8
votes
1 answer
ACCESS_TOKEN_SCOPE_INSUFFICIENT 403 Request had insufficient authentication scopes domain global
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 response.
{
"error": {
"code": 403,
…

Mahmudul Hasan
- 81
- 1
- 1
- 2
7
votes
4 answers
Module not found: Can't resolve 'fs' on @google-cloud/storage
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({
keyFilename: '../../my-project-c1a44bf80be3.json',
…

myselfmiqdad
- 2,518
- 2
- 18
- 33
7
votes
1 answer
How can "proposed new times" be retrieved for an event?
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?
Example flow
Organizer invites Attendee to an event…

earldouglas
- 13,265
- 5
- 41
- 50
7
votes
3 answers
Google Sheets API v4 for Flutter/Dart
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.

Din
- 505
- 4
- 11
- 21
6
votes
1 answer
Creating VM instance from machine image using REST API
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/insert
{
"name": 'demo-x2',
…

chandan
- 71
- 1
6
votes
1 answer
API Discovery Service return error only in BigQuery
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.com/discovery/v1/apis/bigquery/v2/rest
OK…

nobody
- 63
- 3
6
votes
1 answer
Not returning refresh token from auth code
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',
error_description: 'Bad Request'
…

ngLover
- 4,439
- 3
- 20
- 42
5
votes
0 answers
Google Play console REST API get subscription details
I'm trying to use this API to get subscription information but I get the following error
{
"error": {
"code": 403,
"message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer…

Nishuthan S
- 1,538
- 3
- 12
- 30
5
votes
1 answer
Insert caption to an existing video Youtube API, Error "The request does not contain the caption track contents."
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.googleapis.com/youtube/v3/captions?part=snippet
with a…

Tommy
- 979
- 8
- 15