Closed cfisher5 closed 1 month ago
This sounds a bit like #111 which ended up being a time zone / clock skew issue. That thread also raises the possibility of using httr::with_verbose()
to see exactly what's going over the wire.
For more general purpose troubleshooting techniques, see this article:
clock was somehow 11 minutes into the future. Thanks @jennybc that was a life saver. Who knows how much longer I could have spent on this!
Over the last several days my scripts that pull data from googlesheets have broken and I have traced the issue to this:
Googlesheet Auth.json is the path to the service account I've been using for a long time, and this issue is only happening on a windows 2016 server. This exact line of code is working for me on my macbook locally.
sessionInfo() gives me the following:
I am hoping someone has a few things to try! I appreciate it in advance. I love these packages and hope i can figure this out, but this issue has really stumped me.