# NOT RUN {
# In your global, manage Google Drive access
drive_auth(path = "/path/to/your/service-account-token.json")
# see https://gargle.r-lib.org/articles/articles/managing-tokens-securely.html
# to manage your token securely
# Then in server, use:
track_usage(storage_mode = store_googledrive(path = "my-logs/"))
# you may have to share my-logs/ folder with your service account
# }
Run the code above in your browser using DataLab