I have enable OAuth Authorization Code Grant using the REST API.
Authentication appears to be successful, but when I call for a list of repositories, I get a list of the publicly available repositories.
When I try to access the repositories from my team specifically, I get an empty list:
https://api.bitbucket.org/2.0/repositories/myteamname
{"pagelen": 10, "values": [], "page": 1, "size": 0}
I've given my API consumer full access, and my account has read/write access to these repositories.
Is there another setting that I'm missing? Maybe a checkbox somewhere to "allow API access" or something?
A little confused. Thanks for any help you can provide!
- David
I found my problem. I needed the owner of the repositories to create the consumer.
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.