We Want to Hear From You! What Do You Want to See on the Community? Tell us here!

Forum Discussion

solsupp's avatar
solsupp
Explorer | Level 3
7 years ago

Folders

I am surrently using:

 

 Private Shared Sub FileUploadToDropbox(ByVal filePath As String, ByVal fileName As String, ByVal fileSource As String)
        Dim dbx = New DropboxClient("<REDACTED>")
        Dim fs = New FileStream(fileSource, FileMode.Open, FileAccess.Read)
        Dim updated = dbx.Files.UploadAsync((filePath + ("/" + fileName)), WriteMode.Overwrite.Instance, body:=fs)

End Sub

 

To upload a folder and file.

 

How can I then share this folder with a specific email addres, I wish to then notifiy that email address that a share has been created for them.

14 Replies

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,037 PostsLatest Activity: 9 hours ago
412 Following

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.

For more info on available support options for your Dropbox plan, see this article.

If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!