Hi, i'm currently trying to generate some camera snapshots with the API call https://developer.cisco.com/meraki/api-v1/generate-device-camera-snapshot/. However, I'm running into rate-limiting issues with this method. I will create a burst of 3-9 snapshots per event I am trying to get the snapshots of, but this is inefficient and is leading to long queues of waiting to try to circumvent the rate limit Cisco has on its API calls, especially with exponential backoff, and also does not leave much room for any other API calls to go through.
Trying to retrieve the link for when there is heavy load, also leads to a similar issue to this case: https://community.meraki.com/t5/Developers-APIs/None-of-the-snapshot-link-works-return-for-camera-ty... where I will receive an ERR_INVALID_RESPONSE error in the webpage, requiring 1-2 mins to load.
Has anyone successfully figured out a more efficient way to go about doing this? Thanks!