daranzolin / rcanvas

R Client for Canvas LMS API
Other
90 stars 43 forks source link

keyring does not exist - issue #60

Closed jambriz2 closed 1 year ago

jambriz2 commented 1 year ago

Hello everyone,

So, I decided to make a dashboard for myself to test rcanvas. However, while reading through the documentation and in particular keyring's package documentation, I have been having some issues trying to test publish my flexdashboard on shiny or rsconnect and it seems to be stuck on a error that reads as follows in my logs:

Warning: Error in b__file_keyring_autocreate: The 'system' keyring does not exists, create it first!

I was wondering if anyone had some insight on that? I am most likely not setting my keyring correctly and I searched around and have been having a difficult time with. Any suggestions? Any tips would help dearly. I also use the following to try to self help but no luck.

https://github.com/r-lib/keyring/issues/68 https://www.youtube.com/watch?v=M6fz7RXEkLk

Thanks in advance!

jambriz2 commented 1 year ago

So it looks like I am answering my own question. It looks like one cannot publish with keyring on shinyapps.io according to this discussion post I found: https://github.com/r-lib/keyring/issues/62

@gaborcsardi claims that shinyapps.io does not provide a credentially store, hence the error will always arise when trying to be published with rcanvas since keyring is needed. I wonder if there is a way around this? ...