hrbrmstr / RSwitch

🎛 A small menubar app that allows you to switch between R versions quickly (if you have multiple versions of R framework installed).
MIT License
104 stars 6 forks source link

Allow uploads/downloads to/from rstudio server sessions #9

Open bguiastr opened 4 years ago

bguiastr commented 4 years ago

In rstudio server sessions it is possible to click the Upload button (under the file tab) to send files to the server, or (still under the file tab) to click on files names (e.g. docx, zip) to download them locally. This works in a regular web browser but unfortunately not in the RSwitch viewer.

I am using Rswitch v1.5.1 on macOS Mojave v10.14.6

hrbrmstr commented 4 years ago

thx for using RSwitch and taking the time to file an issue!

Thx esp for this. I never use that feature but I can see why it's failing (I have to account for all possible popups ahead of time given the way WebKit works programmatically so I'll figure out which named windows the server uses and get this in there).

hrbrmstr commented 4 years ago

Progress! I've got uploads working and just need to tweak a bit more code to get downloads working.

bguiastr commented 4 years ago

Looks promising, I am looking forward to the update 😄

hrbrmstr commented 4 years ago

and downloads are working in the forthcoming release (later today)