jennybc/googlesheets

Im getting a lot more errors using sheet_write()

douglascm opened this issue · 1 comments

Error: Expected content type 'application/json' not 'text/html'.

<title>Error 408 (Request Timeout)!!1</title> <style>...

My other machine running version sith sheets_write() used to work 90% of the time, now its a lot lower than that while also slower.
Data was about 4k rows with 40 cols

The Sheets v3 API googlesheets hits is slowly being turned off and will fully shut down in the next month or so.

My main advice is to shift your work with Google Sheets from R to the replacement package, which wraps the Sheets v4 API that is officially supported:

https://github.com/tidyverse/googlesheets4