Config (PhpStorm 2017.2.3 + Google App Engine SDK PHP 1.9.57) Dir valid..?

Viewed 3385
3 Answers

For Linux run: which gcloud

It will outputs something like this: /home/username/Desktop/google-cloud-sdk/bin/gcloud

PS: you may have different paths

Then Simply go to google-cloud-sdk folder and then platform folder in it. You will get google-appengine folder,

if not then probably sdk was not properly installed, just run this command again to install app-engine sdk

For Python: gcloud components install app-engine-python

For Others: Google App Engine

If you use gcloud from ubuntu repositories, then the path for google-cloud-sdk is this one:

cd /usr/lib/google-cloud-sdk/platform/google_appengine/

Related