Guest User

Untitled

a guest
Jan 18th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $ gcloud compute networks list
  2. API [compute.googleapis.com] not enabled on project [XXX].
  3. Would you like to enable and retry (this will take a few minutes)?
  4. (y/N)? y
  5.  
  6. ERROR: (gcloud.compute.networks.create) PERMISSION_DENIED: The caller does not have permission
  7.  
  8. $ gcloud config configurations describe myproject
  9. is_active: true
  10. name: myproject
  11. properties:
  12. compute:
  13. region: europe-west1
  14. zone: europe-west1-b
  15. core:
  16. account: <my-email>
  17. project: <the-project-I-want>
  18.  
  19. $ gcloud services list
  20. ERROR: (gcloud.services.list) User [<myusername>] does not have permission to access project [myproject] (or it may not exist): The caller does not have permission
Add Comment
Please, Sign In to add comment