niveussolutions / apigee-x-backup-tool

Apigee Backup tool
https://niveussolutions.github.io/apigee-x-backup-tool/
MIT License
1 stars 1 forks source link

Unable to login #56

Open nunopires2001 opened 10 months ago

nunopires2001 commented 10 months ago

Hi,

Everything installed correctly, however I am stuck on login command:

root@promus-1-vm:~# apigee-backup-tool login

.. ...

Nothing happens here?

Any idea?

natesh245 commented 5 months ago

Sorry for the late response.

gcloud is mentioned as one of the prerequisites for the tool.

Even after installing gcloud if the command doesn't work run below commands

gcloud auth login

or

gcloud auth application-default login

natesh245 commented 5 months ago

the tool uses gcloud cli for getting a token to authenticate with GCP apigee apis.

run gcloud auth login command and login usuing your GCP account