Hi All, I just followed the instruction from our external documentation page, https://cloud.google.com/endpoints/docs/frameworks/java/handling-api-versioning.
I have an API application deployed with application version = 1 with api version v1.0 two months ago. Today, I am trying to deploy a new API version v1.2 or v1.3 to the same application version. I assume the following endpoints should work: 1) https://1-dot-xxxxx.appspot.com/_ah/api/user/v1.0 2) https://1-dot-xxxxx.appspot.com/_ah/api/user/v1.2 or https://1-dot-xxxxx.appspot.com/_ah/api/user/v1.0 However, when I opened the https://1-dot-xxxxx.appspot.com/_ah/api/explorer in the browser, I could only find the older version we had. But not the new one. I tried to curl or ping the url with the new API version. It returns 404 NOT FOUND. I want to ask if it is possible to redeploy Java App to the same app version. Also, do we need to keep multiple version of source code in the same repo and re-deploy everything again? Regards, Eric So -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/06e0d214-5c81-41a8-ab22-e0b0bf7228f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
