The error I'm getting is:
WARNING: There are older versions of Google Cloud Platform tools on your system PATH.
Please remove the following to avoid accidentally invoking these old tools:
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/endpointscfg.py
When I remove the file specified above, my command to build my discovery document of course stops working....
Instead of running:
/usr/local/bin/endpointscfg.py get_discovery_doc -f rpc service_backend.main.PersonService service_backend.main.TrackingService service_backend.main.UserService service_backend.main.DisplayService service_backend.main.ChatService service_backend.main.SurveyService service_backend.main.BehaviorService
Do I have the new endpoints installed (see below) and what is the new syntax I should be using to build my projectName-v1.discovery file??
Thanks,
D
Your current Cloud SDK version is: 130.0.0
The latest available version is: 130.0.0
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Components │
├───────────────┬──────────────────────────────────────────────────────┬──────────────────────────┬───────────┤
│ Status │ Name │ ID │ Size │
├───────────────┼──────────────────────────────────────────────────────┼──────────────────────────┼───────────┤
│ Not Installed │ App Engine Go Extensions │ app-engine-go │ 47.2 MiB │
│ Not Installed │ Cloud Datastore Emulator │ cloud-datastore-emulator │ 15.4 MiB │
│ Not Installed │ Cloud Datastore Emulator (Legacy) │ gcd-emulator │ 38.1 MiB │
│ Not Installed │ Cloud Pub/Sub Emulator │ pubsub-emulator │ 16.3 MiB │
│ Not Installed │ Google Container Registry's Docker credential helper │ docker-credential-gcr │ 2.2 MiB │
│ Not Installed │ gcloud Alpha Commands │ alpha │ < 1 MiB │
│ Not Installed │ gcloud Beta Commands │ beta │ < 1 MiB │
│ Not Installed │ gcloud app Java Extensions │ app-engine-java │ 135.6 MiB │
│ Not Installed │ gcloud app PHP Extensions (Mac OS X) │ app-engine-php-darwin │ 21.9 MiB │
│ Not Installed │ kubectl │ kubectl │ 15.8 MiB │
│ Installed │ BigQuery Command Line Tool │ bq │ < 1 MiB │
│ Installed │ Cloud SDK Core Libraries │ core │ 4.9 MiB │
│ Installed │ Cloud Storage Command Line Tool │ gsutil │ 2.8 MiB │
│ Installed │ Default set of gcloud commands │ gcloud │ │
│ Installed │ gcloud app Python Extensions │ app-engine-python │ 7.2 MiB │
└───────────────┴──────────────────────────────────────────────────────┴──────────────────────────┴───────────┘
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/42bed0fd-b60f-4ebb-ab3c-2f8c007264e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/usr/local/bin/endpointscfg.py (this is the tool I've been using to generate out xx-v1.discovery doc and our gradle-discovery.zip (for Android)
it says copyright Google 2007 (no version #)
so it seems I'm using a very old version of these tools
I'd appreciate anyone who can tell me how to clean this up and get the correct components installed with GCloud..
Thanks,
Dewey
"Can't find dev_appserver.py (install problem?)"
I didn't find anything in: /usr/local/lib/python2.7/site-packages/
~/gcloud_tools/google-cloud-sdk/platform/google_appengine/endpointscfg.py get_discovery_doc -f rpc service_backend.main.PersonService service_backend.main.TrackingService service_backend.main.UserService service_backend.main.DisplayService service_backend.main.ChatService service_backend.main.SurveyService service_backend.main.BehaviorService
No idea.....I'm assuming some Google installer put them there because it's not the kind of thing I would have presumed to do....but I can't be sure.I do know that every time I run GoogleAppEngine launcher, I get a Fatal error:"Can't find dev_appserver.py (install problem?)"
so perhaps something is messed up on my system.I didn't find anything in: /usr/local/lib/python2.7/site-packages/and, I've renamed "endpointscfg.py" to "notinuse_ endpointscfg.py" temporarily to confirm I can still work...and I'm expecting that from now own, the cmd to use when building ts-v1.discovery will be:~/gcloud_tools/google-cloud-sdk/platform/google_appengine/endpointscfg.py get_discovery_doc -f rpc service_backend.main.PersonService service_backend.main.TrackingService service_backend.main.UserService service_backend.main.DisplayService service_backend.main.ChatService service_backend.main.SurveyService service_backend.main.BehaviorService
--
You received this message because you are subscribed to the Google Groups "Google Cloud Endpoints" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-endp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-endpoints/0edd4524-cb60-4574-9faf-218f76ad2dba%40googlegroups.com.