63 questions
0
votes
1
answer
40
views
Google business get placeId from storeCode
When using the Google Business API to retrieve locations managed by the end user, I get a storeCode. What I'm trying to do is check if that business location has a placeId on Google Maps or not.
...
1
vote
1
answer
68
views
Google Auth with Google Identity Services in the front end deprecation confusion [duplicate]
I'm having a hard time understanding what is and what is not deprecated.
In the The Google API client, if you click on the "auth" guide, you end up with a message "gapi.auth2 has been ...
0
votes
1
answer
239
views
Google Chat (Spaces) Add Member as Manager
I am attempting to add different users to a Google Space and set their roles as Members or Managers. When I try to set the role to ROLE_MANAGER, it always defaults to ROLE_MEMBER. In reading the ...
2
votes
1
answer
3k
views
How can I check if the user is logged into their Google account with Google One Tap?
My question is here (How to check if user is logged in or not with "Google Sign In" (OAuth 2.0) ), but the relevant package has been deprecated (https://developers.google.com/identity/sign-...
0
votes
1
answer
965
views
How to creating Calendar Event with JavaScript in React JS with fetch
In a React JS app I want to create a google calendar event. I am completely unfamiliar with google apis and am trying to learn / figure out how to do this.
the following is a react test component ...
0
votes
2
answers
364
views
authenticate bigquery javascript api
I am putting together a web app where I would like to display some bigquery data on my webpage
However, I am having trouble setting up the authentication for bigquery's javascript api. Most of the ...
1
vote
1
answer
501
views
Trouble using JavaScript and the google drive API to convert a google slide into a pdf, and upload the pdf onto a folder
I'm new to JavaScript, and am trying to write some code that uses the google drive API (via the gapi client) to transform an existing slide into a pdf document, upload it to a specific folder, and ...
2
votes
1
answer
566
views
How to use the GAPI Client Library (Google Sign-In for Web) for existing apps after March 31, 2023 for the example given?
The GAPI Client Library (Google Sign-In for Web) is being deprecated after March 31, 2023, but:
existing client IDs created before July 29th, 2022 may set the plugin_name to enable use of the legacy ...
0
votes
0
answers
328
views
react js npm googleapis,@googleapi/sheets package error for version (npm=9.2.0,node=v18.13.0)
React message error image links
My local PC is running Ubuntu 22.04.1 LTS.
When installing the package, there are no problems; there are a few warnings and a red error, but rendering works fine. But ...
2
votes
1
answer
876
views
Will Google API Client Library for JavaScript be unavailable after March 31, 2023? [closed]
I am developing a Web Application based on Google App Engine.
This application uses Google Sign-In JavaScript platform library for Web for Oauth 2.0 and Google API Client Library for JavaScript to ...
1
vote
0
answers
321
views
javascript module `gapi` is not work with Google Discovery Document List API value
I'm currently using the javascript module gapi to develop a service using theGoogle Fit REST API.
According to the official documentation, client.init() ingapi need Discovery Docs information is ...
-1
votes
1
answer
279
views
Having issues to connect to Google Drive API
I am trying to connect to Google Drive API but I keep getting the return "Uncaught TypeError: Cannot read property 'init' of undefined at initClient."
I am not sure what to do to fix this.
...
0
votes
0
answers
539
views
Unable to delete an event using Google Calendar API on React
I am trying to create a simple schedule management app using React and HAsura GraphQL API and I am trying to integrate it with my Google Calendar. However I am unable to delete the required event. ...
1
vote
2
answers
2k
views
How can I upload files to google drive that are in a url?
I try to upload a photo that I have in a URL on another server, but it does not work for me or I do not know how to upload them in this case I am going to upload a photo but I also want to upload ...
0
votes
1
answer
305
views
Google javascript client api : how to fetch profile name?
I am trying to implement SignIn with Google with redirect approach. I am following this link
My code looks like below
<script src="https://apis.google.com/js/platform.js?onload=startGoogleApp&...