Hello. I’m having issues with my current upload / share flow via the API.
I’m uploading files to a folder in my project, creating a share with the same name as the folder, and then adding each uploaded asset to the share. This works great, unless I have more than 10 assets in the share. The add new asset to share rate limit is 10 per 1 minute, so i’m pretty consistently getting 429 errors when trying to add the newly uploaded assets to the new share.
I know that I could add the entire folder to the share, but this isn’t really how I’d like to work, as sometimes our clients want us to remove items from the share, and then re-add them later. Having each asset added to the share lets us modify the share, and keep the assets in our workspace / project.
Would you consider increasing the Rate Limits on this API call to something more like 5 calls per second?