I have what should have been an easy application, that I need to get done. However, OAuth 2 is just confusing me. Basically, I need to upload a file or group of files to a Box, Dropbox, etc. folder for backup purposes.
I have gone through SharpBox. It seems super easy, but I cannot compile it. There is a missing reference or something that causes it to throw an error:
Could not resolve this reference. Could not locate the "AssemblyAppLimit.CloudComputing.SharpBox.Net40". Check to make sure the assembly exists on disk. If this reference is required by your code.
Also the following error:
The type or namespace name 'DropBoxCredentials' could not be found (are you missing a using directive or an assembly reference?)
As far as I can tell, there aren't any updates. How can fix this problem?