SharpBox 1.2

Rating:        Based on 3 ratings
Reviewed:  2 reviews
Downloads: 3273
Change Set: 82124
Released: Oct 29 2011
Updated: Oct 29 2011 by dei79
Dev status: Stable

Recommended Download

Application SharpBox-1.2.0.542
application, 606K, uploaded Oct 29 2011 - 3273 downloads

Release Notes

SharpBox 1.2
  • Change: Removed credential based login, only token based login allowed but WebDAV supports username/password tokens!
  • Change: DropBoxConfiguration contains a version field to select if v0 or v1 of DropBox REST API should be used
  • Change: DropBoxConfiguration does not cotain static attributes any more (Issue:16786)
  • Change: The "rev" property was added to the raw properties collection when using DropBox (Issue: 16786)
  • Fix: Problem working in dropbox-sandbox mode (Issue 16728)
  • Fix: Error getting Folder under box.net (Issues 16747)

Reviews for this release

     
Congratulations - I went thru about a dozen .net projects for connecting to DropBox. SharpBox is the ONLY one that works! The incorporation of oAuth into the project separates coders from system integrators. One very minor error: when I used DropBoxTokenIssuer.exe, the callback to the internal url did not work. In checking, it is obvious that there really is no sharpox project in codeplex.
by CharlesW on Dec 4 2011 at 4:02 PM
     
I downloaded the new api and I tried this but I got an Exception. I'm using this: ICloudStorageAccessToken token = DropBoxStorageProviderTools.LoginWithMobileAPI(UserName, Password, ConsumerKey, ConsumerSecret); and I got this: Attempted to perform an unauthorized operation. What is this? and What can I do?
by moshfeu on Oct 29 2011 at 5:45 PM