You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MunifTanjim I'm not using the token, I'm using the admin username/password for all operations. That user are able to create a project on Bitbucket Cloud.
Same is happening to me, but in my case for listing all the repositories of an user.
This is the code:
test("Get all repositories",async()=>{constbucket=newReposBitbucketProvider();bucket.withUserAndPassword("[email protected]","PASSWORD");constresult=awaitbucket.getRepos("test-kyso",1,5);expect(result.name).toBe('test');});
It's curious, because if I use my personal account of Bitbucket I can retrieve all the repositories, but if I create a new fresh account, I've got a 403 Forbidden message.
I reviewed the permissions of the user, and it's an owner of everything... so can't be a permissions issue.
When I try to delete the Project I'm getting the
403 Forbidden
code, even if I was able to DELETE the repositories in the previous step.I'm able to delete the project from Postman using the same API as node-bitbucket is using.
Thank you in advance for the help.
The text was updated successfully, but these errors were encountered: