Closed MislavSag closed 2 years ago
Hey--if you rune cache_prune(days=0)
to delete your cached pins, does it resolve the issue? I wonder if it was cached with an older version of pins...
Sorry for late answer. This has solved the problem. Thanks.
No problem--glad it worked!
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
I am using
board_azure
function to retrieve data from bobs.If I set cache to NULL, I get an error:
but when I use cashe=FALSE (which created FALSE folder in cwd directory), it works as expected. It is hard to make reprex, since I would need to provide creditentials.