Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

getting raw files from bitbucket server (or stash) server

Takashi Matsuzawa 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 January 10, 2017

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

Antoine Dujardin January 8, 2018

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

Like soulseen likes this
soulseen March 11, 2020

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

0 votes
Takashi Matsuzawa 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 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