We recently upgraded to a Team account and are experiencing an issue with an automation that previously worked as expected. The automation uploads a file and then immediately generates a shared link using the Dropbox JavaScript SDK’s sharingCreateSharedLink() method.
Since the upgrade, the shared links now show this error when accessed:
"Content Is Uploading"
"Link content can't be viewed because it hasn't finished uploading. You'll be able to view it once it completes."
However, when accessing the file via the shared link, the file is already fully uploaded and visible in the correct folder.
We are passing the pending_upload parameter with the value { ".tag": "file" } in the sharingCreateSharedLink call, as noted in the documentation. The API token has all necessary team permissions.
Has anyone else experienced this issue? Any help would be appreciated!