Forums

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

getting raw files from bitbucket server (or stash) server

Takashi Matsuzawa
Contributor
November 16, 2015

I am making some trial with bitbucket server 4.0, which seems to be different from bitbucket cloud.
I should not expect they are the same, but wonder if I can do the follwing:

With bitbucket cloud, I can do the following. (Retrieve raw files and also if path ends with '/', list of files is returned)

https://bitbucket.org/api/1.0/repositories/{accountname}/{repo_slug}/raw/{revision}/{path}

Then how can I do the same with bitbucket server APIs?

 

3 answers

1 accepted

0 votes
Answer accepted
Ben Humphreys
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 16, 2015

Hi Takashi,

You can do the equivalent in Bitbucket Server (Stash):

https://stash.example.com/projects/{project}/repos/{repo}/browse/{path}?raw

Or if you want to retrieve a specific version identified by its commit hash (a ref, such as a tag or branch will work fine also):

https://stash.example.com/projects/{project}/repos/{repo}/browse/{path}?at={commit hash}&raw

Regards,
Ben

2 votes
Jonny Dolittle
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!
January 10, 2017

Is it possible to get raw file, not file wrapped in HTML

Antoine Dujardin
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!
January 8, 2018

Same here, I tried adding "?raw" but it does not seem to be working (anymore)

Like soulseen likes this
soulseen
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!
March 11, 2020

I meet same issue, add "?raw" but it not working.

0 votes
Takashi Matsuzawa
Contributor
November 16, 2015

Thank you for your comment.

Well, I found my question is a duplicate of below, that if I can use inhouse Bitbucket server in the way similar to when I use bitbucket.org of github.

https://jira.atlassian.com/browse/BSERV-4036

Jithesh K
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!
April 5, 2017

Hi,

Is there a way to get the raw file from the private repsitory using oauth2.0 token?

Thanks,

Jithesh

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events