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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
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.0.
4
+
Arduino Google Sheet Client Library for ESP8266 and ESP32 v1.0.1.
5
5
6
6
This library allows devices to authenticate and communicate with Google Sheet APIs using the Service Account.
7
7
8
8
Devices will be able to read, update, append and clear sheet values. Create, read, list, and delete the spreadsheet are also supported.
9
9
10
10
11
-
The spreadsheet that created using this library owned by the Service Account and shared access to the user.
11
+
The spreadsheet that created using this library, owned by the Service Account and shared access to the user.
12
12
13
13
14
14
You can create, edit and deploy the Apps Script code via extension of spreadsheet that created by this library except for run the script due to permission denied.
15
15
16
16
17
-
Spreadsheet created or owned by you needed to share the access with Service Account's client email then library can read, edit except for delete the user's spreadsheet due to permission denied.
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
20
## Important Note
21
21
22
-
The connection to Google Sheet API endpoint takes time and the time from sending request to complete response received can be as much as 3 seconds.
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
23
24
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