Questions tagged [google-api-explorer]
19 questions
2
votes
0 answers
Cloud Talent Solution API v3 - Project 292824132082 is temporarily blacklisted
I am getting the below error when i tried to execute Google Talent API in API Explorer using Default Credentials.
403
Show headers -
{
"error": {
"code": 403,
"message": "Project 292824132082 is temporarily blacklisted.. Request ID for…

Venkat
- 91
- 1
- 6
2
votes
0 answers
Bigquery Python API multithreading doesn't improve performance
I am using python BigQuery API to list the table content and then process the given JSON response.
100,000 record with main thread takes approximately 30 seconds
10,000 record with main thread takes approximately 4 seconds
100,000 records with…

Gaurang Shah
- 11,764
- 9
- 74
- 137
2
votes
0 answers
Node.js Error: personFields mask is required. Please specify one or more valid paths when trying to get google contacts
I am working on node.js, googleapi and oauth2. I am enabling gmail api and google people api. using gmail api methods, getting the profile info and its working fine where as people api methods are not working. I am getting the following error when i…

Apoorva
- 81
- 10
2
votes
1 answer
Why is Google People API giving error 403 "permission denied" recently?
I'm trying to do a really basic Google People API request...
https://people.googleapis.com/v1/people/108498888227655418560?personFields=photos&key=XXX (API key redacted)
It produces the error...
{
"error": {
"code": 403,
"message": "The…

chichilatte
- 1,697
- 19
- 21
1
vote
1 answer
Bigquery IAM access from java
I want to grant a new user bigquery.user access from java api. But somehow not able to do from the documentation provided. There is not much with respect to API calls. Can someone point me at the right direction.
I am using the below code as of now…

Siddharth Chaurasia
- 293
- 4
- 25
1
vote
0 answers
Google Speech API - No Response and DEADLINE_EXCEEDED
I am using the following java code to invoke Google Cloud speech api , but i am getting no response and sometimes DEADLINE_EXCEEDED message
Note : This is working in home wi-fi , only in corporate network i see this issue. Any pointers is greately…
1
vote
1 answer
Update signature of user in my G suite domain
My goal is to update all user email signature from my domain.
I have set up a service account with domain-wide delegation authority.
But I'm stuck with this error:
{
"error": {
"errors": [
{\n
"domain": "global",
"reason":…

Vivien
- 1,159
- 2
- 14
- 34
0
votes
0 answers
Google Admin Console use old page token with new auth token
I am accessing Google Directory API to list all ChromeOS devices with maxResults set to 100 and pageToken to fetch the next page. Once the token expires, I refresh the token and try to continue with the page where i was stopped previously using old…

Madhu Sudhan C S
- 99
- 1
- 6
0
votes
1 answer
Is any API available for getting name of Instance from Instance ID in Google cloud platform
I am trying to get Instance name of Google cloud platform from Instance id in using REST API
I found some REST API but I am not able to execute it
http://metadata.google.internal/computeMetadata/v1/instance/
from…
0
votes
1 answer
Deployment Manager, how to obtain google storage service account in resource file
I use Deployment Manager and try to describe my resources in python files ( Deployment Manager allows to create configuration using Python or Jinja).
Actually,
I use json-format for topic-resource's creating -
return
{
'name': topic,
…

Nazar Kazymov
- 1
- 3
0
votes
1 answer
Google Classroom API Error Code 403 The caller does not have permission PERMISSION_DENIED
I followed the qucikstart tutorial on https://developers.google.com/classroom/guides/manage-courses for creating a course. However, I got the Error 404 PERMISSION_DENIED. I also tried the request on the API Explorer and got the same error. Can…

Azuka Okeke
- 13
- 1
- 4
0
votes
1 answer
Google BigQuery API force MaxResult
I am trying to run a query on BigQuery table and store the the result in locally.
getQueryResults API has maxResult parameter. Which says I can specify maximum number of rows to fetch. However, even after specifying it to 10,000 it fetches only few…

Gaurang Shah
- 11,764
- 9
- 74
- 137
0
votes
2 answers
Google Calendar API for UWP Windows 10 Application
I´m developing an UWP Windows 10 App and want to display the events from my Google Calendar on a screen, which is connected to my Raspberry Pi. The problem is, that the Google-Calendar-API v3 is not supporting UWP.
There is already a workaround…

Raither
- 1
- 2
0
votes
1 answer
Google API Explorer for Spreadsheet returns properties - How do I get properties (filename) in Python Quickstart?
When I use the Google API Explorer for SpreadSheet to Try this API and fill in the spreadsheetId, the information it returns includes a properties key that has the spreadsheet name in it:
{
"spreadsheetId":…

Denise Mauldin
- 5,397
- 5
- 32
- 51
0
votes
0 answers
Why are attempts to view revisions with the Google Drive API returning a 500?
I've been working with the Google Drive API for a bit, accessing the list of revisions for two sheets as part of a job with service.revisions().list(fileId=FILE_ID).execute(). Everything was fine until earlier this morning, when one of the requests…

Kwame Johnson
- 1
- 1