We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
solsupp
8 years agoExplorer | Level 3
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>") ...
solsupp
8 years agoExplorer | Level 3
Still not sure what to do here, I have searched the forum, googled it, but cant find any examples of useage anywhere?
Do you have an example of sharing a folder - Event if its in c#, I can convert it. The function exmaple seems to do nothing.
Public Function ShareFolderAsync(
path As String,
Optional aclUpdatePolicy As AclUpdatePolicy = Nothing,
Optional forceAsync As Boolean = False,
Optional memberPolicy As MemberPolicy = Nothing,
Optional sharedLinkPolicy As SharedLinkPolicy = Nothing,
Optional viewerInfoPolicy As ViewerInfoPolicy = Nothing,
Optional actions As IEnumerable(Of FolderAction) = Nothing,
Optional linkSettings As LinkSettings = Nothing
) As Task(Of ShareFolderLaunch)
End Function
ShareFolderAsync(filePath, Nothing, True, Nothing, Nothing, Nothing, Nothing, Nothing) - Folder doesn't get shared.
solsupp
8 years agoExplorer | Level 3
got it with
dbx.Sharing.ShareFolderAsync(filePath)
all working now
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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, Facebook or Instagram.
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!