jennybc / googlesheets

Google Spreadsheets R API
Other
783 stars 191 forks source link

gs_add_row is not working. #355

Closed naikabhilash closed 6 years ago

naikabhilash commented 6 years ago

Hi Jenny,
The package was working fine until yesterday. Today while running gs_add_row function I am getting this error message "Error in function_list[k] : Bad Request (HTTP 400).", although the gs_ls() function is working perfectly fine. I tried reinstalling the googlesheets package. It didn't make any difference.

Kindly help

Thanks

jennybc commented 6 years ago

Has anything changed in your situation?

naikabhilash commented 6 years ago

I think it was because I had used all the cells in that google-sheets. After deleting few rows it worked fine.

jennybc commented 6 years ago

Glad to hear it.

I'm not sure if Google's error messages contain any info that we don't expose. But I will definitely look into this in the reboot. It can make a huge difference when troubleshooting.