Reading/writing files from/to network drives through Shiny Server

I am trying to share my RShiny app with my co-workers via a URL without the requirement that they need to have R/RStudio installed in their computer. Usually I would use shinyapps.io that lets me upload my app + data directly to the RStudio’s hosting service. However, in my case, users will have to upload data/select directory paths from shared network drives. These are big image files which gets processed via the Shiny app and written back to a dedicated folder in the same network drive.
Is this possible to achieve through Shiny Server? I already have the server installed and running but it is not clear to me how to make the connection to the network drives. Please help!

Best,
spalit

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.