Skip to content

Commit

Permalink
Added information on limiting google sheets access
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Sep 1, 2024
1 parent c15e057 commit 7a125a1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion site/content/docs/4.x/action-value/google-sheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Before using Google Sheets Value please do connect extension with [Google Sheets

You can use [Google Sheets A1 Notation](https://developers.google.com/sheets/api/guides/concepts#:~:text=The%20Google%20Sheets%20API%20is,Update%20spreadsheet%20formatting) to fetch the cell value



<table class="table">
<thead>
<tr>
Expand Down Expand Up @@ -43,4 +45,16 @@ You can use [Google Sheets A1 Notation](https://developers.google.com/sheets/api
</td>
</tr>
</tbody>
</table>
</table>

{{<callout warning>}}
We offer a generous daily allowance of 10 free Google Sheets API calls per user. This limit resets every day, providing you with a fresh set of 10 calls each day.

To unlock unlimited access to Google Sheets API calls, you have two options:

#### Subscribe to the Pro Version
By upgrading to our Pro version, you gain unlimited access to Google Sheets API calls, allowing you to maximize productivity without worrying about daily limits.

#### Switch to a Public Profile
Alternatively, you can switch your profile to public mode to enjoy unlimited access to Google Sheets API calls. This option is ideal for users who do not require private data handling and are comfortable sharing their configurations publicly.
{{</callout >}}

0 comments on commit 7a125a1

Please sign in to comment.