Hi! We’re having an issue with the new App Store Connect dSYMs API in one of our automatic process. We’re obtaining dSYMs download URL through app’s build data to upload it to Bugsnag. We noticed something that can be considered a bug, it is a consistency problem that occurs when using that service to obtain the .zip file that contains the dSYMs, always trying to hit it through our API returns 401 (bad signature). But this gets fixed (starts always returning 200 in the API) once we use a generated URL (from the build-bundle request) for that release in a browser (tested in postman, chrome or safari, incognito mode or not). Was there any similar report or case? Is it a known issue? Are there any extra considerations when using this URL, such as cookies, user agent, etc?
Thanks!