rdrop2
rdrop2 copied to clipboard
Dropbox Interface from R
After "Allowing" rdrop2 on Dropbox, I am re-directed to a local host page which cannot be loaded. The URL, prior to clicking "Allow" shows the localhost re-direct: https://www.dropbox.com/1/oauth2/authorize?client_id=mmhfsybffdom42w&scope=&redirect_uri=http%3A%2F%2Flocalhost%3A1410&response_type=code&state=axxpkm4iIq After clicking...
Hi, Thanks for your great app. I have a shiny app on my own server. everything about rdrop2, like drop_download, drop_dir and etc works well but when I want to...
I am using rdrop2 for doing some file and user management for a shinyapp (at least for the moment). When using drop_delete() while setting the dtoken argument to my token...
While I was doing #194 I noted that the API now has a V2 and that the endpoint currently in use for `drop_search` is deprecated. It seems like updating the...
I am building a shiny app where users can upload files that get stored in a dropbox. The files are just saved but not further used for analysis in the...
I am not an OAuth expert. Se please bear with me. It is not so much an issue with the existing code than a usage question (could be a feature...
I'm trying to connect a virtual machine (ubuntu; command line via ssh/ no browser) to a newly-created dropbox scoped app. For this app, I have a key, secret, and token,...
Documentation for drop_download shows deprecated function in examples Very minor but imagine you want to show example with more recent function! `?drop_download`
I'm trying to build an R script that will be run by various people but all collaborating on the same folder. So I set up a shared dropbox folder. However,...
I'm pretty sure others said this before (only found #169): I'd like to use **rdrop2** functions without output. Looking at the code, many functions produce a `message()`. It would be...