-
Greetings! Would you be open to adding support for the Sheets API? I'd be willing to have a go at running the generation tooling and seeing if I could open a PR to add the result, if so.
-
v3 of Google Sheets API will be deprecated in March, and features that this plugin are reliant on may be getting discontinued.
Do we know if this plugin will still function when this happens? Or w…
-
Seems something useful for the application is to use the Google Spreadsheet API, which allows requesting data from a spreadsheet in JSON format, filtered by sheet. Each sheet can contain rows of data …
Rub21 updated
1 month ago
-
Because my most familiar language is Go, so I conducted my experiments using the Go client library.
## Install Go
If you use Mac, you can install Go using [Homebrew](https://brew.sh/). Or, foll…
-
Investigate using Sheets API v4 for CSV uploads. It offers more flexibility and customization:
- Upload to a specific sheet within a spreadsheet doc.
- Append
- Untested but should not have 400k cell …
-
Hi, I have this error when I do go get -u google.golang.org/api/sheets/v4
How to fix it?
![image](https://user-images.githubusercontent.com/56219126/84998034-f80b9080-b157-11ea-9b93-4e127b626391.png…
-
> The Google Sheets v3 API will be shut down on March 3, 2020. Follow this migration guide to update your applications so that they use the v4 API. Learn more
https://developers.google.com/sheets/a…
-
Hi!
On the 3rd of October 2019 I received an email from Google saying that "Google Sheets v3 API is being shutdown on March 3, 2020". Sounds like the plugin has to be updated to use Google Sheets v…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Currently, when I send the token I obtained after logging in with OAuth to Appsmith and try to use…
-
**Is your feature request related to a problem? Please describe.**
When updating multiple rows using Google Sheets Datasource (update), the app quickly reaches the API limit, making this operation im…