google-cloud-endpoints Questions
2
Solved
Recently I checked that Google release an API Gateway product, but I don't get what is the difference between the already created Cloud Endpoints, both of them seems to be very similar.
Is API Gate...
Cathexis asked 8/9, 2020 at 13:56
2
I accidentally deleted by Public API Key for Browser applications under my Google Developer Console. I have an iOS and Android app that are using this key. I don't have the source codes for the app...
Rawdan asked 14/10, 2014 at 9:58
3
I am trying to publish my API docs in the same Nodejs application as my API, using Google Cloud Endpoints.
It looks easy following this guide:
Adding Swagger UI
The tricky part is exposing the /d...
Liu asked 4/12, 2017 at 14:36
3
I have a static web client SPA serviced by a REST API. I'm trying to figure out the best way to host these apps on Google's Cloud Platform using App Engine to host the API, and Cloud Storage to hos...
Curet asked 12/6, 2018 at 15:6
7
I followed the tutorial below.
https://developers.google.com/eclipse/docs/running_and_debugging_2_0
which basically added a GAE backend to my existing app. I then try out the example below, run ...
Trunk asked 22/3, 2013 at 6:17
3
Solved
I have a backend API, it's in django and deployed on Google Endpoint.
I have a post request that insert data to my DB.
I created a script to use this endpoint but I got this error:
{"detail&q...
Pout asked 16/2, 2021 at 14:56
4
Solved
I am trying to use Google Cloud Endpoints to make a gRPC based api that can transcode incoming REST requests. I am following their example code but I can not any documentation on how to properly im...
Statius asked 9/4, 2017 at 23:58
7
I'm using Cloud Endpoints Frameworks (2.0.1) for Java as part of my final year project and have been relatively successful with it so far.
I don't have any problems when deploying to my appspot.co...
Passably asked 23/2, 2017 at 16:19
3
Solved
I have deployed an application in Google App engine.
I'm able to get the IP address of the machine where this app deployed but my question is does this app always runs on same IP or any chance of...
Hypocycloid asked 16/12, 2015 at 11:26
2
Solved
I'm trying to deploy Google Cloud Functions behind Cloud Endpoints according to these steps:
https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-functions
I followed the steps exactly...
Crosswise asked 20/7, 2020 at 12:9
3
Solved
What is the difference between GCP endpoint and Apigee? When should I use GCP Endpoint and when should I use APigee.
Any input will be highly appreciated.
Mat asked 8/10, 2019 at 6:39
3
As cited in the documentation, "Google Cloud Endpoints supports APIs that are described using version 2.0 of the OpenAPI Specification." Are there any plans to support version 3.0 ?
Dimetric asked 18/4, 2018 at 14:42
2
Solved
I'm having issue getting answers from a Google Coud Function going through ESPv2.
Every time I request it, I get a response 15 seconds later with a status code of 504.
My function take between 30 t...
Lagoon asked 18/3, 2020 at 11:43
1
Solved
My setup contains google-endpoints with google-cloud-functions as my backend.
Google endpoints is defined with the following swagger v2 yaml:
swagger: "2.0"
info:
description: "yada..."
version...
Retuse asked 16/3, 2020 at 19:16
2
I am following Google's tutorial on setting up Google Cloud endpoint (not AWS API Gateway) in front of my Cloud Function. I am triggering my Cloud Function to trigger an AWS lambda function, AND I ...
Jarid asked 3/12, 2019 at 20:42
3
Solved
So... this morning... I got an email saying:
Our records show that you own projects with App Engine applications or
Cloud Functions that are still calling the pre-GA v0.1 and v1beta1
endpoint...
Antemundane asked 8/11, 2019 at 3:20
2
Solved
Is there a way to run Cloud Endpoints on a Cloud Run service?
Let's say I have the following main.tf and I want to use Cloud Run's URL when I am defining my Cloud Endpoints services.
That URL is s...
Romanist asked 28/10, 2019 at 18:15
0
We have been using a Generated Client for Google Cloud Endpoints in our Java based Android App for a while now. Unfortunately, it just stopped working today and the Gradle build fails with exceptio...
Haymaker asked 15/10, 2019 at 9:52
6
Solved
I am currently using EndpointsModel to create a RESTful API for all my models on AppEngine. Since it is RESTful, these api have a lot of repeat code which I want to avoid.
For example:
class Redu...
Birdsall asked 15/12, 2013 at 11:54
1
I already set up Google Cloud Endpoints project and can invoke http/https requests. Endpoints gives me MY_API.endpoints.MY_PROJECT.cloud.goog domain name that I can use. I'm using gRPC Cloud Endpoi...
google-cloud-platformgoogle-kubernetes-enginegoogle-cloud-endpointsgoogle-cloud-pubsubgoogle-search-console
Vannesavanness asked 4/6, 2019 at 9:1
1
Is it possible to combine multiple apps running in GKE into the same Google Cloud Endpoints service? For example, say I have a Flask app and also a Nodejs app serving both serving different api res...
Drusy asked 18/12, 2018 at 18:50
2
Solved
I am wondering if it is possible to collect raw HTTP data in a Cloud Endpoint.
I can't seem to find anything in Google's documentation, but App Engine's Twitter told me that it was (https://twitte...
Hollar asked 24/2, 2013 at 21:24
8
Solved
Now that Google Cloud Endpoints have been opened up to all developers, I have created a Google Cloud Endpoint which works run a run locally in Eclipse debugging. But when I deploy, the live endpoin...
Equitable asked 21/2, 2013 at 19:53
2
Solved
I started to use the pubsub emulator to test my basic implementations and ran into an issue while trying to create a new topic.
My emulator listens on localhost:8085 and if i create the topic via ...
Brigade asked 27/4, 2017 at 11:57
2
In the endpoints method, how to access request header information?
Conversazione asked 28/2, 2017 at 22:35
1 Next >
© 2022 - 2025 — McMap. All rights reserved.