Hi everyone,
I have a script which using the group API, last week it still worked well, but now I got an error:
{"type": "error", "error": {"message": "No workspace with identifier 'bitbu-prod'."}}
Here is the command:
$test2 = curl.exe --silent -X GET -H "Cache-Control: no-cache" "https://api.bitbucket.org/1.0/groups/$teamaccount/?access_token=$newaccesstoken2" | ConvertFrom-Json
echo $test2
From my site, I did not change anything, also I did not find deprecation notice relate to group API in Bitbucket
Any idea of what might be causing this?
I think there is something wrong with my workspace id, I can access another workspace with group endpoint api, thus I will contact Atlassian support.
Hi, Tran.
The `groups` endpoint is still allowed in the V1 API. The error you are receiving is a specific error because that resource is not found. Are you sure that the 'bitbu-prod' account exists on Bitbucket? What happens if you navigate to https://bitbucket.org/bitbu-prod/ ?
Thanks,
Patrick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Patrick,
Yes, the team account still exists on Bitbucket, I can access to the given url: https://bitbucket.org/{workspace-id}
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.