Category "google-api"

Google API: Not a valid origin for the client: url has not been whitelisted for client ID "ID"

I need help. I don't found an answer to my question. I tried googling and I tried asking on other sides but I never found an answer. I'm working with the google

Google Drive - Access Drive without consent form (Username/password known)

I've been reading on Google Drive's API which seems straight-forward enough, but I'd like to use it a bit differently. Instead of a client-side application, I

Google Calendar V3 hangs when used outside local environment

I'm working on a wrapper for the .net version of the Google Calendar API. The authentication is rather simple and working fine locally (localhost:port). UserC

Google ads API Query returns _StreamingResponseIterator

I'm trying to get reports for my google ads and display them on a dashboard for easier viewing and monitoring. I've gone through the whole process to authentica

Drive Api - large file stream in nodejs

Drive Api - large file stream in nodejs hello , I went to stream large file from google drive to my website but I have issue that... app.get("/blog.mkv", (re

How to specify the scope of Google API to get the birthday

I am trying to get the birthday from the Google API, but the retrieved data in HWIOAuthBundle do not contain it. I am wondering if the specified scope for goog

Can't create a simple webhook fulfillment Good Actions Console

I am trying to do a simple google home integration with my home server. My only goal is to have it say "Hey google, turn on pool lights" and "Hey Google, turn o

How can I use Python Google API without getting a fresh auth code via browser each time?

I am playing with the Google API. I am using this as a starting point, here is the actual Python code. I have created a OAuth 2.0 client ID at https://console.

Using Python to do basic Google Drive operations without web server authentication

I want to create a Python script that can do some really basic things (add/remove files in a shared google drive) The script will be running on remote PCs so an

Batch request Google Calendar php API

I'm working on a google Calendar sync with my application. I'm using the latest google-api-php-client Now I want to update all my event, so i want to use the

Batch request Google Calendar php API

I'm working on a google Calendar sync with my application. I'm using the latest google-api-php-client Now I want to update all my event, so i want to use the

How to use Google API credentials json on Heroku?

I'm making an app using Google Calendar API, and planning to build it on Heroku. I have a problem about authentication. Usually I use credential json file for t

Decode integrity token using Google PlayIntegrity API

I am trying to implement PlayIntegrity API to my Android app, but I don't know how to decrypt and verify the token using Google's servers. I followed the docume

People API - QUOTA_EXCEEDED / FBS quota limit exceeded

The google people api page says correctly how to authenticate and list 10 example contacts and everything works perfectly: https://developers.google.com/people

Svelte how to import

I am working on my first svelte project and are trying to use google-api-wrapper with the only change being that i import: import Google from "google-api-wrappe

jest unit test mock google oauthClient in nestjs

I am currently doing unit test for the services in Nestjs using Jest, one of which is using the google Oauth service. My goal is to verify the token from google

Android 5.0 IllegalArgumentException: Service Intent must be explicit: on com.google.android.location.internal.GoogleLocationManagerService.START

I'm trying to retrieve the location of the device calling the method connect of the class LocationClient in my activity, however when the call is made the syste

How to MODIFY a Google Docs document via API using search-and-replace?

I need an example of how to modify an existing document with existing text in Google Docs via API. The documentation only shows how to insert and delete text, b

How do I access (read, write) Google Sheets spreadsheets with Python?

I am wondering if you can point me to an example of reading/writing to/from a google doc/spreadsheet using python. I did look at google docs API here https://

How to access Google calendar in Android

I have followed the reversed engineering method ,but it just does not support new devices such as the android 4.x So, I tried to find an alternative. I found th