Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatic download from "Downloads"

Anders Lindstrom
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 25, 2021

I have some files stored in the "Downloads" section of a repo.

If I try to download the file programmatically, say with wget, I get a "401 Unauthorized" error.

How can I fix this? I read something about OAuth but that seems to pertain only to account manipulation and repository operations.

So you know my specific problem, I want to store a Python source distribution on Bitbucket and use "pip" to install directly from there. However, "pip" fails without saying exactly why so I investigated with "wget" leading to the abovementioned error.

1 answer

1 accepted

1 vote
Answer accepted
Derek Fields (RightStar)
Community Champion
February 25, 2021

You need to pass in the Authorization header as part of your wget call. For Bitbucket, you need to create an application password from your Profile. Then with wget, you would call

wget --http-user=USERNAME --http-password=PASSWORD

where USERNAME is your bitbucket username and password is the app password that you created. I'm not sure how you would pass this in with pip.

Anders Lindstrom
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 28, 2021

Yes! This was indeed helpful but didn't work at first. The reason, as I found here is that you have to use an API endpoint. When I did that, it worked. Thanks.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events