Question
Team account doctl usage
Hello,
I have joined a new Team in DO and have got a read-write API key from that team account, however when I do a “doctl compute droplet list” I can’t see any of the droplets that have been created.
Doing a –trace on the doctl command show that a 200 code is returned, so not sure what is happening here, could someone please assist?
Thanks
Jerry
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Hey Jerry - that does sound odd, just to be sure your saved doctl API key is the one from your team account - run
doctl auth init
and it should return something like:Using token[YOUR_TOKEN]
A. OK - it looks like the account details are mine, not the team - how do I change this?
B. Looks like it’s using the token I generated, but not going to the team account..
Is there some configuration needed on the team account to get this working?