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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Arduino Google Sheet Client Library for Arduino devices.
7
7
This library works with Google Sheet APIs directly using the Service Account which is safe and reliable as it does not require Google AppScrips and other dirty HTTP hacks to work.
8
8
9
9
10
-
Devices will be able to read, update, append and clear sheet values. Create, read, list, and delete the spreadsheet are also supported.
10
+
Devices will be able to read, update, append and clear sheet values. Creating, reading, listing, and deleting the spreadsheet is also supported.
11
11
12
12
13
13
The spreadsheet that created using this library, owned by the Service Account and shared access to the user.
@@ -29,7 +29,7 @@ This library required the Arduino platforms SDK (for ESP32, ESP8266, Pico, SAMD
29
29
30
30
To install device SDK, in Arduino IDE, the platform SDK can be installed through **Boards Manager**.
31
31
32
-
In PlatfoemIO IDE, the platform SDK can be installed through **PIO Home** > **Platforms** > **Espressif 8266 or Espressif 32**.
32
+
In PlatformIO IDE, the platform SDK can be installed through **PIO Home** > **Platforms** > **Espressif 8266 or Espressif 32**.
33
33
34
34
35
35
### RP2040 Arduino SDK installation
@@ -55,7 +55,7 @@ See this Arduino-Pico SDK [documentation](https://arduino-pico.readthedocs.io/en
55
55
56
56
## Prerequisites
57
57
58
-
This library used the Service Account crendentials to create the shortlived access token for Google API authentication, which will be expired in 1 hour and will be refresh automatically.
58
+
This library uses the Service Account credentials to create the short-lived access token for Google API authentication, which will expire in 1 hour and will be refreshed automatically.
59
59
60
60
You need to create the Service Account private key and enable Google Sheet and Google Drive APIs for your project.
61
61
@@ -92,21 +92,21 @@ Go to [Google Cloud Console](https://console.cloud.google.com/projectselector2/i
92
92
93
93
5. Service account ID and
94
94
95
-
6. Click at CREATE AND CONTINUE
95
+
6. Click on CREATE AND CONTINUE
96
96
97
97

98
98
99
99
7. Select Role.
100
100
101
-
8. Click at CONTINUE.
101
+
8. Click on CONTINUE.
102
102
103
103

104
104
105
-
9. Click at DONE.
105
+
9. Click on DONE.
106
106
107
107

108
108
109
-
10. Choose service account that recently created from the list.
109
+
10. Choose a service account that was recently created from the list.
110
110
111
111

112
112
@@ -118,19 +118,19 @@ Go to [Google Cloud Console](https://console.cloud.google.com/projectselector2/i
118
118
119
119

120
120
121
-
13. Choose JSON for Key type and click CREATE.
121
+
13. Choose JSON for the Key type and click CREATE.
122
122
123
123
124
124

125
125
126
-
14.Private key will be created for this service account and downloaded to your computer, click CLOSE.
126
+
14.A private key will be created for this service account and downloaded to your computer, click CLOSE.
127
127
128
128
129
129

130
130
131
131
In the following stepts (15-16) for saving the Service Account Credential in flash memory at compile time.
132
132
133
-
If you want to allow library to read the Service Account JSON key file directly at run time, skip these steps.
133
+
If you want to allow the library to read the Service Account JSON key file directly at run time, skip these steps.
134
134
135
135
15. Open the .json file that is already downloaded with text editor.
136
136
@@ -185,7 +185,7 @@ Or at **PIO Home** -> **Library** -> **Registry** then search **ESP Google Sheet
185
185
186
186
### Manual installation
187
187
188
-
For Arduino IDE, download zip file from the repository (Github page) by select **Clone or download** dropdown at the top of repository, select **Download ZIP**
188
+
For Arduino IDE, download the zip file from the repository (Github page) by select **Clone or download** dropdown at the top of repository, select **Download ZIP**
189
189
190
190
From Arduino IDE, select menu **Sketch** -> **Include Library** -> **Add .ZIP Library...**.
0 commit comments