I have a workspace token ($BITBUCKET_WKP_ATOKEN_REPOSITORY) with all scope for repository (WRITE,READ,ADMIN,DELETE)
The project is private!
The wiki is activated!
I can clone the project but not the wiki
But I'm unable to clone the wiki :
Project:
git clone https://x-token-auth:$TOKEN@bitbucket.org/*****/*******git
Cloning into '*****'...
Receiving objects: 100% (346/346), 73.00 KiB | 247.00 KiB/s, done.
Resolving deltas: 100% (86/86), done.
But for wiki ins't possible to clone:
git clone https://x-token-auth:$ATOKEN@bitbucket.org/*****/*******git/wiki
Cloning into '*****'...
remote: Your credentials lack one or more required privilege scopes.
fatal: unable to access 'https://bitbucket.org/*****/*******.git/wiki/': The requested URL returned error: 403
Hi Joao,
Unfortunately, after my own testing and confirmation with others - it is not possible to clone the wiki using WAT as it lacks the scope required.
We have raised a feature request with our developer team to include this scope, however - please feel free to "Watch" this request for future updates and "Vote" for it to increase its visibility with regard to customer demand:
In the interim, you can make use of an App Password instead to perform this as it contains the Wiki scope.
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.