Reputation: 261
I am using the pins
R package and the board_gdrive()
function to create a hosted board on my Google Drive. My goal is to have a hosted shiny app that pulls pin data from the Google Drive board. However, it appears that Google Drive requires authentication verification each time. Is there a way to not require, or have the authentication stored with the board so that manual interaction is not required? Here is the code I have been using
# Google Drive board
board <- pins::board_gdrive(googledrive::as_id("https://drive.google.com/drive/folders/my-folder-abc123"))
Upvotes: 0
Views: 50