I’m using the DropBox API (Ruby) to allow users to browse their DropBox folders/files within my web app and select a file(s) to be referenced…I’ll only be storing the URL of the file within my app. With that being said, does anyone have examples of a good file browser for use within my app? Thanks.
I’m using the DropBox API (Ruby) to allow users to browse their DropBox folders/files
Share
If you’re just looking for minimalist example code, the Dropbox Ruby SDK comes with an example program called
web_file_browser.rbthat you might want to look at. It’s very bare-bones, so you can’t use it in your app directly, but it might help you get started.