We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
1575475
2 years agoExplorer | Level 3
How to obtain shared folder metadata after calling endpoint /2/sharing/share_folder
Hi everybody,
yesterday our Team Dropbox has been converted to shared team space.
Now our API (REST calls via HTTP) we've developed during the last months is completely broken since we cannot cre...
1575475
Explorer | Level 3
Hi Здравко,
thank you. In the mean time I already was evaluating this endpoint, but unfortunately another problem occurred: No job is running (even after polling for about 10 Minutes or so), job id - of course - is present.
Setting for /2/sharing/share_folder: "force_async":false
Any suggestions?
Thank you and best regards,
Jan
Здравко
2 years agoLegendary | Level 20
1575475 wrote:... No job is running (even after polling for about 10 Minutes or so), job id - of course - is present.
Setting for /2/sharing/share_folder: "force_async":false
...
I'm not aware of any explicit time limits. 🤔 For sure 10 mins should be enough. You can force such a query to be async, but no opposite! Setting "force_async" to false (by the way the default value) will just not force it be async, but without guarantees for synchronous execution. You should always check is the execution synchronous or asynchronous (if not forced) and when asynchronous, wait for complete or error. You should poll using /2/sharing/check_job_status; what does it return?
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!