Skip to content
#

google-api

Here are 1,107 public repositories matching this topic...

grant
grant commented Apr 10, 2020

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.

  • I can't find documentation on how to run the generator. I think it would be really useful to write this down somewhere in a README. I don't use this package enough to remember the commands.
  • I'm not able to generate after a clone, npm i, and `npm run gener
ejochman
ejochman commented Apr 2, 2019

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

BrettKoenig
BrettKoenig commented Oct 11, 2019

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.


<
scryan7371
scryan7371 commented Feb 12, 2020

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

YGKtech
YGKtech commented Feb 8, 2018

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

laffer1
laffer1 commented Jun 9, 2016

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

PSGSuite
jeffreymcclain
jeffreymcclain commented Apr 18, 2020

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

tosiek
tosiek commented Aug 24, 2017

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

Improve this page

Add a description, image, and links to the google-api topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.