Access denied when trying to download artifact from url provided by webhook deployment.
I'm using the webhook deployment in a project and expect to be able to 1) receive the webhook post, 2) download the artifact using the provided url, and 3) deploy the artifact using non-standard" means (thus the need for webook deployment). BUT, when my app tries to download the artifact, it receives the following error:
{"message not found or access denied."}
The artifact url includes a token, so I was hoping that it would allow the download. Here's what the url looks like (with some mods for security):
https://ci.appveyor.com/api/buildjobs/kn1vs3h4ifwg14a1/artifacts/to...
What am I doing wrong?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 16 Feb, 2015 05:28 PM
Those temp download URLs expire in 10 minutes.
2 Posted by byron on 17 Feb, 2015 03:52 PM
You're absolutely right. I was using an old url without realizing! Thanks.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:54 AM.