문제

I'd like to automate a process whereby a client can place lots of files into Dropbox, and then I can read all the files from Dropbox and create database entries for each file/folder within the client's CMS. The CMS is a C# .NET MVC app with lots of client-side javascript. What are my options for tapping into Dropbox from either C# or javascript? Has anyone integrated a C# web app with Dropbox in this way? Can I use the REST api from C# or js?

If this works I'd like to automate the process for many clients, and make Dropbox an integral part of the CMS.

Thanks.

도움이 되었습니까?

해결책

Yes, you can use the REST API from C# and it's the best way to go; you kind of answered yourself.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top