Skip to content

expired_access_token #206

@RafaelFNovi

Description

@RafaelFNovi

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions