Getting an error while trying to download app from chrome browser #2290
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Other - please mention in your question Steps to reproduceHello friends, i have created a java code which converts website into app. When i use it and try to download an app file like .aab or .apk from firefox it works correctly but when i am trying to downloading it from chrome it shows this error " {"error":"FORBIDDEN","message":"The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required."} " This is a link of a build - https://api.codemagic.io/artifacts/8ee9e63e-98a5-4b3e-8ba4-e5660d6a1f79/880584fe-2b70-4569-b03d-864935b8b7a0/app-release.aab Expected resultsMy expected result is it should work correctly like firefox Actual results{"error":"FORBIDDEN","message":"The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required."} Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Anyone ? Not able to download from mobile also |
Beta Was this translation helpful? Give feedback.
-
Sir i tried but its not working on chrome as well as on mobile and on Microsoft Edge. |
Beta Was this translation helpful? Give feedback.
-
Sir, i am copy pasting link. I have built many apps but for share purposes. U can check this one Build overview |
Beta Was this translation helpful? Give feedback.
-
I am closing the thread due to inactivity. Let me know if you have any more questions by replying to this thread or opening a new one. |
Beta Was this translation helpful? Give feedback.
you don't have to edit your yaml, just make a POST request in postman with the URL of the artifact you just provided, and send
{"expiresAt": 1785419345}
as a JSON payload in the bodythen you will get the the response that contains the public artifact download URL under the url key, which you can share