google-api Questions

4

Once I am trying to use google search api it's showing me an error: Traceback (most recent call last): File "C:\Users\Maor Ben Lulu\Desktop\Maor\Python\google\google_Bot.py", line 1, in ...
Spartan asked 27/8, 2018 at 11:59

4

Solved

I am creating a workflow process in Apps Script where a Doc is generated from a template and shared with various users for approval. The Script sends a customised email notifying a user that the do...

6

Solved

My question is about how to properly set the package name and SHA-1 certificate fingerprint in the Google Developers Console in order to restrict usage of my Android API key to my app. When I don'...
Duclos asked 29/11, 2015 at 22:44

2

I am writing a small Python program that reads from Google sheets. Everything was right with the code up to yesterday. However, when I tried to run it today it didn't work. # If modifying these sco...
Volz asked 4/3, 2022 at 18:34

6

I'm building a web application on top of the Google Drive API. Basically, the web application displays photos and videos. The media is stored in a Google Drive folder: Once authenticated, the appli...
Kight asked 6/12, 2018 at 13:47

7

Solved

Using Gmail API. My client secret file is downloaded and working for Ruby. When I try the quickstart.py (python) version I get this error File "quickstart.py", line 70, in <module> main() ...
Gypsophila asked 21/6, 2015 at 16:40

12

Using the google calendar API v3, I added an event to a google calendar. Now I want to built an html link so that someone can click and view the calendar event. Here's what I have tried: <a hr...
Antiphon asked 26/5, 2012 at 5:4

21

Solved

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 API (Youtube data API) and I use the...
Turbidimeter asked 14/5, 2017 at 13:39

14

Usually, Google OAuth2.0 mechanism is working great. The user confirms permission to access Google account with selected scopes. The refresh token is retrieved and saved to long time storage. Ea...
Westbrooke asked 23/7, 2013 at 14:50

1

I am writing NodeJS code in typescript that I bundle with Webpack. I am using "googleapis" which is a huge NPM package, but I only need the gmail and the OAuth part: import { google } from "goog...
Elder asked 18/7, 2019 at 14:0

3

I've been working on a little project that connects to the user's Gmail inbox and reads the mails using google-api-client 2.0.0 and google-api-services-gmail version v1-rev20220404-2.0.0 When I try...
Fennel asked 23/9, 2022 at 10:34

9

Solved

How to create an empty folder on Google Storage with Google API? (Assume that / is path separator.)
Scriabin asked 16/7, 2016 at 23:37

4

I have a requirement of creating a google calendar event on a calendar and add other users as attendees to that event. The objective is to send calendar events to the application users without taki...

17

I have a simple contact form in aspx. I want to validate the reCaptcha (client-side) before submitting the form. Please help. Sample code: <%@ Page Language="VB" AutoEventWireup="false" CodeF...
Martyr asked 12/1, 2015 at 12:56

6

Solved

edit: I solved it easily by adding "https://www.googleapis.com/auth/plus.me" to my scopes, but I wanted to start a discussion on this topic and see if anyone else experienced the same issue. I hav...
Isisiskenderun asked 19/7, 2018 at 5:3

3

I am trying to make a contact page with react and I'm struggling with sending the e-mail part. I'm trying to use nodemailer, and my code for that is: var nodemailer = require('nodemailer'); var x...
Mystical asked 14/3, 2019 at 13:22

5

I am having trouble calling the Google Play Developer API. I have followed all steps listed on https://developers.google.com/android-publisher/authorization . This includes Create Project and enab...
Steed asked 9/11, 2020 at 15:53

21

I have a Google dev console process with Google Play Developer API is enabled and the project is linked to Google Play project. In Google Dev console project, created OAuth Client ID (web applicati...
Gaff asked 21/4, 2017 at 7:49

3

Solved

I am trying to develop a server-side validation of my users' in-app purchases and subscriptions as recommended, and I want to use Firebase Functions for that. Basically it has to be an HTTP trigger...

1

I have released my app with google play integrity api. App works after device integrity check success "deviceIntegrity": { "deviceRecognitionVerdict": ["MEETS_BASIC_INTEGR...
Incorporeal asked 24/1, 2023 at 6:15

4

Solved

i succeeded in getting a push notification from google calendar into my system, when a new event is created in the calendar. the push notification has no data in the POST body and the POST headers ...
Linderman asked 4/11, 2014 at 8:3

1

I am trying to connect to the Google Keep API using OAuth 2.0, but I cannot add the required scopes in the Google Cloud Console. I have enabled the Google Keep API in the Library section, but when ...
Bourgeon asked 17/8, 2023 at 23:57

5

Solved

I am getting the following error when i tried to authorize gmail api using service account "Client is unauthorized to retrieve access tokens using this method" static async Task MainAsync() {...
Eurasian asked 14/3, 2017 at 11:22

5

Solved

I'm using the default code provided from google here, and I don't quite understand why its not working. The code outputs the prompt Please visit this URL to authorize this application: [google logi...
Elfont asked 7/12, 2020 at 15:16

2

Solved

UPDATE: I solved this problem and posted the solution as an answer below! ;) I need to create an event and add it to Google Calendar using Google API. For now I only know how to get all the event...
Ulane asked 11/3, 2019 at 13:34

© 2022 - 2025 — McMap. All rights reserved.