You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use this code: i have the message "expired_access_token"
token <- drop_auth()
saveRDS(token, "droptoken.rds")
#Upload droptoken to your server
******** WARNING ********
#Losing this file will give anyone
#complete control of your Dropbox account
#You can then revoke the rdrop2 app from your
#dropbox account and start over.
# ******** WARNING ********
# read it back with readRDS
token <- readRDS("droptoken.rds")
#Then pass the token to each drop_ function
drop_acc(dtoken = token)****
$error_summary
[1] "expired_access_token/."
$error $error$.tag
[1] "expired_access_token"
The text was updated successfully, but these errors were encountered:
When i use this code: i have the message "expired_access_token"
$error_summary
[1] "expired_access_token/."
$error
$error$ .tag
[1] "expired_access_token"
The text was updated successfully, but these errors were encountered: