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
After authenticating with NewTokenClient and getting a new *client, why is there a need to pass accountId and teamId to list the projects? Aren't tokens account/team specific?
Is there a way to retrieve those values (accountId / teamId) from the client instance?
The text was updated successfully, but these errors were encountered:
pantelis-karamolegkos
changed the title
Necessity of account id and team id
Necessity of account id and team id after token authentication
Mar 12, 2024
We will be gradually moving to it, and this project will soon be deprecated, and replaced with the one that I linked.
If you haven't yet started using the client and are simply checking on the things, the new client should be the way to go.
Thank you! I will close this issue for now, but please feel free to respond over here if you would like to stick to this client for some reason, and I'll happily provide you with assistance 🙂
@Serpentiel thanks for your kind reply. I am already moving to the new project and created my first issue (more of a question) in case you have any idea about it.
After authenticating with
NewTokenClient
and getting a new*client
, why is there a need to passaccountId
andteamId
to list the projects? Aren't tokens account/team specific?Is there a way to retrieve those values (
accountId
/teamId
) from theclient
instance?The text was updated successfully, but these errors were encountered: