Category "google-api"

How to distinguish regular organizations from non-profit ones with Google API?

We have an app that's getting license info about our clients' Google organizations. We've been using SKU IDs before but now we've faced with non-profit organiza

OAuth2 with Gmail API - Redirect

As Google will disable the "Less secure app access" option, I'm implementing a Windows Forms Application (.NET Framework) for sending emails with OAuth. I logge

How to find messages in google spaces using chat.api

I want to be able to pull all text messages from a google chat space. I'm looking at the spaces.messages.getbut it assumes you have the ID of a message. In simi

How to create Flow object -credentials on Heroku

so I tried a few suggestions that were mentioned in this link -https://stackoverflow.com/questions/47446480/how-to-use-google-api-credentials-json-on-heroku. fi

Groovy script to get translations using Google Translate API gives java.lang.NoSuchMethodError

I am trying to write a Groovy script to get translations from Google Translate API (using an API key, stored in as the GOOGLE_API_KEY environment variable1) but

How to use scoped APIs with (GSI) Google Identity Services

Google recently sent me an email with the following: One or more of your web applications uses the legacy Google Sign-In JavaScript library. Please migrate you

Service account doesn't get the quota from Google one

One friend of mine subscribed to Google one and granted permission to me use the storage, the problem is when i'm using a service account to upload a file to go

nom googleapi get access token in node js

I want to consume google adsense api using a js script. I don't have a running server and I just want to fetch some data using an access token. From the documen

Issuecommand RESET_PASSWORD on android management api doesn't change lock code of the device et LOCK_NOW flag doesn't lock the device either

I'm trying to reset the lock code of my device through android management API but it seems that RESET_PASSWORD doesn't do anything. The endpoint is https://andr

Google Transliterate API for hinglish to hindi is not working

<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script type="text/javascript" src="https://ww

arrayForEach was called with a non array value. Google Calendar

I am trying to get events from my Calendar. I walked through all tutorials and searched through internet, but it seems like i am the only one who get the error.

How do I redirect to Google's consent page for Oauth2.0 in NodeJS Web app?

So I am creating an application with NodeJS and Express and some HTML. Basically after the user clicks login, it is supposed to make a GET request to the follow

Safari can't open the page localhost:random_port

I followed the instructions on Google API quickstart Python so that I can get started quickly. I downloaded the JSON file set with the default name and as a Des

firebase remote config. fetching failure: http code 403 unity

I started getting 403 errors when initializing remote config in my application. Everything was working fine until a while ago. I connected google play services

Google OAuth 2.0 failing with Error 400: invalid_request for some client_id, but works well for others in the same project

We have some apps (or maybe we should call them a handful of scripts) that use Google APIs to facilitate some administrative tasks. Recently, after making anoth

"code": 403, "message": "Forbidden" when requesting data from YouTube Analytics API in youtube api document

I am creating an app related to customer service and marketing through social media and YouTube are the project i am working on. I have a job to obtain ads rela

Error: connect ECONNREFUSED 127.0.0.1:587 – nodemailer & gmail

Dear stack overflow community, I am dealing with a project and I tried many things, but I can't handle it. I created a website with NextJS. This Website has a c

Neoj4 GCP error: "The requested URL /v1/documents:classifyText?key=apiKey was not found on this server"

I am trying to figure out how Neoj4 Desktop can be used to handel NLP usgin this blog. Everything was ok until the text classification moment: CALL apoc.period

Webscraping Google Search Results Using Google API - Returns same result over and over again

My problem Hi everyone I am attempting to develop my very first web scraper using the Google API and Beautiful Soup in Python. The aim is for the scraper to

How to use OAuth 2.0 flow in Google One tap Sign In?

I know that I can use the access token that I receive in the response can be use to authenticate users. But I want it to be more secure So I want the code that