I am using sharpbox on .NET 4.5.1, trying to access dropbox and its giving me : Couldn't retrieve child elements from the server.
This happens when I call - var folder = dropBoxStorage.GetFolder("/blah/blah);
When using fiddler to check the request, I get :
19 {"error": "Unauthorized"} 0
-Im not sure what I am doing wrong, but I can get through all the steps and the same code seems to be working on .NET 4 without any problems. I have considered reverting the whole solution to use .NET4 but its giving me an error on the other newget packages that installed.
Is there an alternative way to get a list of folders in my dropbox account. I have set full access to the dropbox app that I created but its still giving me problems.