You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Arduino Google Sheet Client Library for ESP8266 and ESP32
2
2
3
3
4
-
Arduino Google Sheet Client Library for ESP8266 and ESP32 v1.0.3.
4
+
Arduino Google Sheet Client Library for ESP8266 and ESP32 v1.0.4.
5
5
6
6
This library allows devices to authenticate and communicate with Google Sheet APIs using the Service Account.
7
7
@@ -17,13 +17,6 @@ You can create, edit and deploy the Apps Script code via extension of spreadshee
17
17
Spreadsheet created or owned by you, needed to share the access with Service Account's client email then library can read, and edit except for delete the user's spreadsheet due to permission denied.
18
18
19
19
20
-
## Important Note
21
-
22
-
The connection to Google Sheet API endpoint takes time and the time from sending request to the complete response received can be as much as 3 seconds.
23
-
24
-
The speed is not the library or device issue unless the server issue.
"description": "Arduino Google Sheet REST client library for ESP8266 and ESP32. This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets",
0 commit comments