library(googlesheets4)
url_rls <- "https://docs.google.com/spreadsheet/d/17eJ05pg6fkzKlwwiWn0ztdMvzBX9pGx3q6w7h3_vJw4/"
gs4_deauth()
read_sheet(url_rls)
有时会返回此错误,但并非总是如此。我需要登录才能阅读公共文件吗?
Error: Client error: (429) RESOURCE_EXHAUSTED
* Either out of resource quota or reaching rate limiting. The client should look for google.rpc.QuotaFailure error detail for more information.
* Quota exceeded for quota group 'ReadGroup' and limit 'Read requests per 100 seconds' of service 'sheets.googleapis.com' for consumer 'project_number:603366585132'.