Skip to content

googlesheets4 0.3.0

Compare
Choose a tag to compare
@jennybc jennybc released this 04 Mar 20:28

All requests are now made with retry capability. Specifically, when a request fails due to a 429 RESOURCE_EXHAUSTED error, it is retried a few times, with suitable delays. Note that if it appears that you personally have exhausted your quota (more than 100 requests in 100 seconds), the initial waiting time is 100 seconds and this indicates you need to get your own OAuth app or service account.

When googlesheets4 and googledrive are used together in the same session, we alert you if you're logged in to these package with different Google identities.

gs4_get() retrieves information about protected ranges.