Skip to content

dropbox_put() issue #10

@Gdlv

Description

@Gdlv

Hy friend, i am getting an error when want to upload data.frames or files...i tried with

dropbox_save(dropbox_credentials,table1, file="public/table.csv")

and it give me a table with "RDX2" and NA values...the other option is with "dropbox_put"

dropbox_put(dropbox_credentials, what="table.csv", filename="public/table.csv")
Error in if (size > 1048576 * 150) return(dropbox_chunked(cred, what, : missing value where TRUE/FALSE needed

but it is a problem, where can I put that the size is no bigger than 1048576 * 150??

any suggestion ?
Gerardo

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