How to upload a file to my bitbucket repo using api?

KingDrogba March 10, 2020

I want to upload a file like readme and .gitignore via api to bitbucket api. I am using version 1.0. 

Command I am using: 

curl --user name:password -X POST https://bitbucket-test.<company_name>.com/rest/api/1.0/projects/<project_name>/repos/test-1/src -F /tmp/mybamboowork/input.json=@input.json

 

But I get - 

Warning: setting file input.json failed!
curl: (26) read function returned funny value

 

Also, I am able to create repo using api 1.0 but if I want to use 2.0 its not working for me. 

2.0 enforce me to use base url as api.bitbucket.org but we are having base url as bitbucket-test.<company_name>.com. 

 

I am quite confused, please advise

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 8, 2021

Hi! 

Did you find a solution?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events