I am looking for a way to read files from all the various cloud storage systems out there without writing code for each specific API. Is there a way to accomplish this? What we need is pretty simple:
- A way to get folder contents for a FileOpen dialog box.
- A way to read the selected file.
- Optional: a FileOpen dialog that does all the work to show the files and select one.
thanks - dave
There is a solution to this problem. point.io has a public api that brokers access to cloud & enterprise storage providers via restful api. It basically has the functionality you're looking for. The api enables developers to view the various storage providers as types and does all the heavy lifting for your app.
They have a github repo that has C# src code examples
Here is some simple C# code that calls a file list: