google-api
Here are 1,107 public repositories matching this topic...
There are a couple issues open right now that suggest a general restructuring of GAM code, which I agree would be good. However, one simple fix that would help both with code structure and readability of contributed code is a style guide that could be enforced during PR review.
The main file is over 13k lines, at this point, and lacks a consistent style and structure throughout, making it diff
The official API docs are here
https://developers.google.com/maps/documentation/geocoding/start
I wanted to know if it would be possible to add this API's Swagger doc (and that of similar Google APIs like this).
-
Updated
Jun 3, 2020 - JavaScript
I'm not sure if this will be included when the book is finished, but getting the config values for the .env file requires getting values from a lot of different sources and different configurations. It would be helpful if there was better documentation around that process.
I would love to submit a PR for it, but I haven't been able to figure all of it out myself yet.
The prop type in code is incorrect, because as per Google documentation, mapTypeControlOptions is an object, not boolean.
See https://developers.google.com/maps/documentation/javascript/reference/control#MapTypeControlOptions
Would you mind fixing it?
Bug
This plugin is super useful however it makes use of the method componentWillReceiveProps which is no longer supported by React. React continues to evolve in many directions and now they are getting rid of classes in preference to functions. I still have clients that are React heavy but more and more are moving to other frameworks due to the instability and constant breaking changes being in
-
Updated
Jun 7, 2020 - JavaScript
-
Updated
Jul 9, 2020 - JavaScript
I'm looking to copy a series of notes from one google account to another. Is there code floating around that would make this easier? Couldn't find anything in the docs but I imagine this is a pretty common use case.
-
Updated
Feb 27, 2020 - JavaScript
The CLI doesn't seem to have a very good documentation, so I don't understand how to login. Can you please help me out?
Also I've bought a premium key but haven't received it yet. I don't know if the process should be automated or not.
Following the instructions from this repo when you already have react-native-firebase set up for authentication will lead to compiler errors (duplicate symbols, this project and rn-firebase depend on some of the same library's, but install them in different ways).
After digging around in the closed issues for this repo, I found someone mention that they resolved this by installing the native Go
I'd like the ability to download google spreadsheets as excel files. With the stock google sdk, I'm able to do this. While the getExportedLinks() method shows the list of links and the types as a map, it does not offer a method to download the file.
Would it be possible to add a new method that work like downloadFile but takes a second parameter of a type and would be able to look at the getExp
-
Updated
Oct 8, 2017
-
Updated
Sep 15, 2017 - JavaScript
-
Updated
Mar 4, 2020 - Java
-
Updated
Jul 4, 2020 - Go
Currently, entering an incorrect sheet name yields this error message. @FISHMANPET helped troubleshoot my issue, and eventually he determined that it was caused by me entering the workbook name instead of the sheet name.
My thought is the error message could be more descriptive (e.g. "Error: Verify you entered the sheet name, NOT spreadsheet name!"). This message co
-
Updated
Mar 4, 2020 - PHP
-
Updated
Jun 3, 2020 - JavaScript
When i'm adding new contact i have it doubled in my google contacts.
`$name = $number;
$phoneNumber = "+48".$number;
$emailAddress = $number.'@'.$number.'.com';
if(($newContact = rapidweb\googlecontacts\factories\ContactFactory::create($name, $phoneNumber, $emailAddress...`
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issue
-
Updated
Apr 25, 2020 - Java
-
Updated
Jul 10, 2020
-
Updated
Sep 7, 2017 - Pascal
It would be nice to easily determine whether or not the user has granted access to the specified scopes post-login via GoogleUser.hasGrantedScopes. Perhaps this boolean could be passed to the login callback / resolve?
-
Updated
Jul 19, 2018 - Python
-
Updated
Jun 6, 2020 - TypeScript
Improve this page
Add a description, image, and links to the google-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-api topic, visit your repo's landing page and select "manage topics."
Hi team!
I'm trying to run the API generator for a new API with a private discovery document. However, I'm running into a few issues.
npm i, and `npm run gener