We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
qualical
8 years agoNew member | Level 2
PendingUploadMode alternative
Hello,
I would like to know if there is an alternative to the follwoing function for .NET that allows to create a link.
CreateSharedLinkArg createSharedLinkArg = new CreateSharedLinkArg(path.ToString(), false, new PendingUploadMode().AsFile);
pathLinkMetadata = await dbx.Sharing.CreateSharedLinkAsync(createSharedLinkArg);
I know about:
sharedLinkMetadata = await dbx.Sharing.CreateSharedLinkWithSettingsAsync(path.ToString());
but it doesn't seem to handle the PendingUploadMode.
Cheers!
1 Reply
- Greg-DB8 years ago
Dropbox Community Moderator
No, unfortunately the API doesn't currently offer a non-deprecated way to do links for pending uploads like this, but I'll pass this along as a feature request.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,035 PostsLatest Activity: 7 minutes ago
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!