0

I have used asp.net(c#) web service for my project. I am calling save file function from front end adobe flex environment. My files are exists on web service folder.

My web application is an intranet application and currently used google docs api for uploading and retriving files for the project.

Now i want to use service of box.com and using box.com api, i want to upload and download the files.

Question: In google docs api, i have generated authorization code using login credential that will help to create token and using this token help me to upload files , download files and create/update/Delete folders.

How can i will do same for the box.com api ? How can i will authorized and create token in my web services ?

4

1 回答 1

0

你有没有看过: https ://github.com/box/box-windows-sdk-v2

SDK 支持 .NET 4.0 及更高版本。为了便于安装,请尝试从 nuget.org 拉取包: http ://www.nuget.org/packages/Box.V2/

自述文件以及 Box.V2.Samples 解决方案文件夹中提供了示例

高温高压

于 2014-07-16T16:57:43.817 回答