Hi, I'm using get_shared_link_metadata API with the same shared link and the correct "link_password" parameter and after multiple successful requests I start getting 409 Conflict response status and this response body:
{"error_summary": "shared_link_access_denied/..", "error": {".tag": "shared_link_access_denied"}}
Is this because of a rate limit to prevent guessing the password? Is this rate limit separate for every link or is it global for the app using the API?
The feature we have is that our users can share pwd-protected files with us and we're automatically checking if a link is accessible while they're typing it or the password, hence it can result in many requests being sent in a short period of time