Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
63 views

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. ...
Eric's user avatar
  • 10.7k
1 vote
1 answer
133 views

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 ...
Eric's user avatar
  • 10.7k
0 votes
1 answer
249 views

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 ...
TryingToLearn's user avatar
2 votes
1 answer
3k views

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-...
Salih Teyek's user avatar
0 votes
1 answer
1k views

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 ...
afshin's user avatar
  • 1,843
0 votes
2 answers
378 views

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 ...
user3750486's user avatar
1 vote
1 answer
508 views

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 ...
John Neves's user avatar
2 votes
1 answer
576 views

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 ...
dvdsmpsn's user avatar
  • 2,920
0 votes
0 answers
340 views

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 ...
user avatar
2 votes
1 answer
901 views

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 ...
T.Sasaki's user avatar
1 vote
0 answers
323 views

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 ...
ogihara's user avatar
  • 61
-1 votes
1 answer
280 views

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. ...
marcust's user avatar
0 votes
0 answers
542 views

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. ...
Yash Sethia's user avatar
1 vote
2 answers
2k views

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 ...
Marcos Barrera's user avatar
0 votes
1 answer
308 views

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&...
Tech Yogesh's user avatar
1 vote
1 answer
81 views

I am fairly new to Javascript so forgive me if this has been answered but I cannot get this to work nor can I find the answer anywhere online. I am trying to return an address using Google's Maps ...
edfrommathclass's user avatar
2 votes
1 answer
3k views

I want to display a simple Google Maps on my Website. I followed several tutorials and they always tell me the same: Generate API KEY, Enable the Google Maps API and type in this code... First it ...
Boommeister's user avatar
  • 2,157
1 vote
0 answers
350 views

We embedded Google OAuth button inside iframe. When user loads a page with this iframe, clicks Google button from that iframe, window.gapi.auth2.getAuthInstance().signIn fires and new window appears. ...
Oles's user avatar
  • 11
1 vote
1 answer
1k views

I am trying to visualize data from a javascript file as shown below. data = [ ['Year','China','India'], ['C1960',1.83286768126466,1.96098348563911], ['C1961',-1.01552778731319,1.99843774000741], ['...
Jeet Andhariya's user avatar
0 votes
1 answer
30 views

How can I delete all markers created by directionsService when using: function calculateAndDisplayRoute(directionsService, directionsRenderer) The example I´m working with is Waypoints in Directions ...
Mustapha Mouloua's user avatar
0 votes
0 answers
13 views

I got this error while running the following Javascript code: <script> var map; var service; var infowindow; function initMap() { infowindow = new ...
anhnguyen's user avatar
4 votes
0 answers
2k views

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 we get in oAuth 2.0. Is there any way ...
Punisher's user avatar
3 votes
0 answers
805 views

I have an issue with showing photos from the Google Places (Javascript) API. I follow the instructions for getting a photo and it's url with .getUrl(). This returns a url that looks like this: https:/...
Jürgen Visser's user avatar
1 vote
1 answer
3k views

This is Yet another error 403 on Google Sheets API. Um trying to read the data from a Spreadsheet and expose it on a website, using some custom HTML filters. So, there is this question: Error 403 on ...
Lucas Lima's user avatar
1 vote
0 answers
339 views

I am using google API's in my angular 8 website. I have to integrate Google Drive and YouTube account on different buttons. YouTube Connect button Google Drive Connect button I init gapi as ...
Puneet Uppal's user avatar
-2 votes
1 answer
252 views

I need to create a shape on the google map. If the user wants to create a shape(Polygon, Circle, Rectangle, Square) with the help of Drawer he will be able to draw shapes. Is there any related ...
Harish Patel's user avatar
0 votes
0 answers
361 views

Using Google Map API, I have embedded Google Map (Javascript) in my page. However, the map will only load after I refresh the page once. I looked up on many past threads, to which many mentioned the ...
hans1125's user avatar
  • 437
0 votes
1 answer
1k views

I have set up an API Key and enabled it for Geocoding API as well as Javascript Map API. However, google map did not load correctly on my show page. The error keep mentioning that I did not have an ...
hans1125's user avatar
  • 437
1 vote
2 answers
960 views

While combining data on a map using Google Maps API, I use a local PHP file which returns the same JSON result which I store online via hosting using a site like myjson. However I cannot use the local ...
MBS's user avatar
  • 82
1 vote
1 answer
127 views

I have a web app and have successfully configured it to access google maps from this URL outside the JavaScript API using this URL: http://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z=...
cate's user avatar
  • 21
0 votes
1 answer
3k views

I am using Google Sign-In button to let user logging in with their Google Account: gapi.signin2.render("container-btn-google-login", { scope: "email profile", onsuccess: (user) =&...
Luke Vo's user avatar
  • 21.6k
0 votes
1 answer
2k views

I am trying to get data using Google App Script from a web service via api which is in json format and write it to my google sheet spreadsheet but getting error that says "The number of rows in the ...
Sabha's user avatar
  • 609
0 votes
1 answer
36 views

I started learning Google Javascript on my own, and as my first code is to do an interactive calculator which the equation can be selected by pressing some images of those equations. The problem is I ...
StickyRunnerTR's user avatar
1 vote
0 answers
871 views

I am working to add google sign-in flow on web app. Trying to figure out if we can achieve this functionality, if user is logged-in in multiple google account, show the multi-login popup where user ...
ajayv's user avatar
  • 713
0 votes
1 answer
3k views

I want to authenticate Gsuite users in order for them to be able to create groups from my company's application, I have to do so using CURL, what URL should I send a post request to? For example, if ...
Lynob's user avatar
  • 5,375
1 vote
1 answer
396 views

Context I've inherited a legacy working WP site which is uses Google Maps JavaScript API. As API key is now mandatory the maps displayed correctly, but popup error says 'This page can't load Google ...
g.pickardou's user avatar
  • 36.5k
1 vote
0 answers
85 views

So my colleague ran into this error while attempting to add http referrers to our javascript maps api key. Our app needs to be able to hit the api from our client domains, and there are well over 1200 ...
Stickman's user avatar
  • 136
0 votes
1 answer
111 views

I want to create a google analytics dashboard with multiple views on my site, but I have a problem. I followed all the instructions on https://ga-dev-tools.appspot.com/embed-api/basic-dashboard/ for ...
Emanuele Tredweb's user avatar
1 vote
0 answers
431 views

I'm doing a little project and I would like to display the top player (Cell A2) of a ranking (sheet: ranking) in an HTML page. My google sheet is shared with everyone. I found similar questions with ...
sexyuser1's user avatar
3 votes
1 answer
4k views

I'm having trouble adding the componentRestrictions parameter to the Google Maps Geocoder object. I'm using the JavaScript client-side api. Specifically, the administrativeArea property isn't working ...
doublea's user avatar
  • 447
1 vote
2 answers
9k views

I'm building a site for a customer who wants a map on their "About Us" page showing their locations. I have the map working and fully functional on the desktop site (www.al-van.org/jake/aboutUs.html) ...
sylphaxiom's user avatar
2 votes
2 answers
3k views

I have been facing problem while coding that while using service account key and using drive.files.list API, i am not able to get files, though i have shared all the files publicly const { google } = ...
Abhi Thakkar's user avatar
0 votes
0 answers
144 views

I'm using the google maps distance matrix javascript API to query the travel time from one point to about 50 destinations. in order to do this, I need to break my query up into multiple chunks, since ...
jaronimoe's user avatar
  • 625
1 vote
0 answers
35 views

Is there a google email javascript product/SDK that provide user with just a single click button to subscribe to a newsletter on the website with the signed account. I think I saw one on some website ...
Bharat D Bhadresha's user avatar
0 votes
1 answer
269 views

I have created a web app which is making use of Google Drive API/ REST v2 (https://developers.google.com/drive/v2/web/about-sdk) to perform actions such as create/update/rename/delete of documents etc....
spyDeveloper's user avatar
0 votes
1 answer
95 views

I try to put some rectangles on a styled map which can be zoomed in and out. I noticed that every time I change the zoom level from e.g. 17.5 to 17.6, the streets are changing their width and because ...
Fartosh's user avatar
7 votes
1 answer
7k views

I'm using Google One-Tap sign in to authenticate users, and after the user is authenticated I get an access token. I know that I can use this access token in order to work with the Google API client ...
mesqueeb's user avatar
  • 6,474
1 vote
1 answer
1k views

In the documents of Google One-Tap sign in, it says: Returning users are signed in automatically, even when they switch devices or platforms, or after their session expires. Question 1: But it doesn'...
mesqueeb's user avatar
  • 6,474
2 votes
0 answers
1k views

I've been following this guide on using Google Place JavaScript library to show a list of restaurants within a 500 metre radius of the hard coded coordinates. This is what I have attempted so far: ...
kenyami's user avatar
  • 59
0 votes
1 answer
651 views

I am trying to make a request for gapi.client.directory.users.list with the following parameters: 'customer': 'my_customer', 'maxResults': 100, 'orderBy': 'email' getting a success result when my ...
lordshark's user avatar