I am using golang and I found out the signature generated was having a varying length. When the signature length is less than 87 chars, the URL returns 401 response.
Post
Replies
Boosts
Views
Activity
It seems if I generate 20 URLs and load them on same page it loads fine. But if I generate more than 25 and load them at same time one or two may get Not Authorized error.
Yes. That limitation I noted. I just need to check if there is a limitation on number of concurrent URLs I can trigger at a moment. For the moment, I see a lot of Not Authorized if I try to generate and view around 50 map snapshots at a time.
I was using this custom image for annotation feature and at a sudden it stopped working. Did anything change on API? I looked through the docs and it has no changes.