new to DropBox
creating simple program for windows 10, desktop/tablets
need to upload photos to my account, into a shared folder for
other co-workers to have access to.
is there any samples showing how to upload photos using vb.net??
thanks!
Hi @11robert,
There is an "SimpleTest" example showing the .NET SDK usage (including the idea for file upload). Dropbox doesn't provide Visual Basic support, but you can "translate" the idea from example mentioned (it's C#), I believe. 😉
Hope this helps.
@11robert Здравко is correct; we don't have VB examples to share, so I recommend referring to and translating the C# examples. I'll pass this along as a feature request for VB examples, but I can't promise if or when that might be implemented.