Andrew Azman

Results 4 issues of Andrew Azman

Not sure if this is a mapview or a flexdashboard issue (probably the latter) but `sync()` doesn't seem to work within a flexdashboad. Minimal reproducible example [here](https://stackoverflow.com/questions/52102581/mapviewsync-not-working-with-flexdashboard).

drop_list_shared_links() doesn't accept cursor or path arguments. It seems like the dropbox API will only return a max of 200 files per call so cursors are needed to get through...

If you call drop_share on a file that already has a link you get "Conflict (HTTP 409)". Would be nice to have this return the url instead. ```r system("touch ~/Dropbox/test.csv")...

It would be helpful to also allow for character vector specifying column names (or even in tidy notation `col_a:col_m`. Note this is not a bug.

enhancement