We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
sbrownnw
2 years agoExplorer | Level 4
why is FolderId / SharedParentFolderId null or just missing for FileMetadata retrievals?
static void Main(string[] args)
{
DropboxClientConfig config = new DropboxClientConfig
{
MaxRetriesOnError = 0
};
DropboxClient dropbox...
- 2 years ago
A feature request has been filed to include the parent folder ID in the metadata response object.
I cannot promise when and if this will be implemented.
sbrownnw
Explorer | Level 4
yes, I know how to get it. if we are recursing down a deep folder hierarchy it with ListFolderAsync and building it up in memory, it would sure be nice for all the subfolders and subfolders of subfolders all to have the parent FolderId without having to make additional calls.
DB-Des
2 years agoDropbox Engineer
A feature request has been filed to include the parent folder ID in the metadata response object.
I cannot promise when and if this will be implemented.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!