Hi I'm an experienced c# developer trying to get started with dropbox coding. I'm looking to write a .net 6 integration to read files from dropbox but initially, I'm just trying to make a proof of concept connection.
I've started reading the documentation which has led me to the examples on the dropbox github here dropbox/dropbox-sdk-dotnet: The Official Dropbox API V2 SDK for .NET (github.com)
I've downloaded the code but cannot get it to even compile!
The issues seem to be related to mismatched dependencies on packages and projects refs - some of which are .net standard 2 some of which are framework 4.5
I've tried visual studio 2019 & 2022 I've tried .net 6 / standard 2 / framework 4.5 / framework 4.8.
I've tried installing likely missing nuget packages system.net.http / microsoft.net.http etc
I've tried building the whole solution / pulling out the oauthtest example / pulling out program.cs into linqpad even.
I've tried pulling out the project references and adding to the nuget packages instead.
I can only assume that I've somehow picked up the wrong developer documentation and that that api is an old / depreciated version.
Any pointers towards the happy path or a simple "sign-in and list files" demo would be greatly appreciated.