我正在尝试使用Sharpbox在我的Dropbox中创建文件夹(代码在vb.net中)。有一个例外情况发生:
An unhandled exception of type 'AppLimit.CloudComputing.SharpBox.Exceptions.SharpBoxException' occurred in AppLimit.CloudComputing.SharpBox<
I want to store file on dropbox through sharpbox.I followed their own basic tutorial in which they said下面是我的代码:using AppLimit.CloudComputing.SharpBox.StorageProvider.DropBox
我使用一个名为SharpBox的第三方组件,它循环一组Dropbox帐户,并将内容拉到服务器上的给定文件夹中。pollSingleDropboxAccount(accountID)
//Utilises Sharpboxto download the files and return the count
//In here a connection is establi