Questions tagged as 'google-app-engine'

0
answers

AppRTC-WebRTC Enter from another computer connected in a local network

Hi, I've been looking for how to connect to link from a computer. I have running apprtc video chat client. If I enter from the same computer if it shows me the application, but if I enter from another computer connected to the same network, it...
asked by 19.07.2018 / 20:40
0
answers

What should I do to display the URL of an ODK AGGREGATE project created in Google Cloud Platform-App Engine?

I created an ODK AGGREGATE project in App Engine, but in Google Cloud Platform-App Engine the URL of the created project does not appear. What should I do to show the URL of the created project? Thank you in advance for your help.     
asked by 26.06.2018 / 17:26
0
answers

How to send emails in the local instance of Google App Engine? (Java)

Does anyone know of any alternative to send email notifications using their own SMTP in the Google App Engine development environment? (localhost) Notifications work well once I publish it in the cloud, but in my local instance they just do n...
asked by 14.03.2018 / 19:12
2
answers

Save a file in the database without creating a virtual directory

good morning, I'm having a problem, I'm doing a project in Java and I upload it to the app engine, but app engine has a problem and it does not allow creating virtual directories, so what I want to do to solve this problem, is to save my file...
asked by 16.02.2018 / 14:21
1
answer

Return any Json in an endpoint

I have an endpoint in gae, but I need to be able to return a String that contains a json, without creating a POJO, but I have not found a way to do it, this is one of my endpoinds: @ApiMethod(name = "get", httpMethod = "POST", path = "/get...
asked by 17.01.2018 / 22:37
1
answer

Stripe and google endpoints

I have a webhook in Stripe that connects to an endpoint sending a Json in the body, however I'm not sure how to get that json using the google endpoints, since I understand that only manages pojos, I'm trying with the following: import com.goo...
asked by 03.01.2018 / 01:21
0
answers

App Engine, invalid access code

I am deploying my project to Google App Engine , I am asked for authorization and the following appears: The problem is that I do not know where I should put that code. Try to delete the file .appcfg_oauth2_tokens_java and...
asked by 12.12.2017 / 20:09
2
answers

Delete v1 in endpoint url

I am using GAE to generate Servlets and everything works perfectly, however, the route of the endpoints always adds a "v1" which I want to remove, this is an example of how the route is:    link and I want it to be as follows:    li...
asked by 14.12.2017 / 18:17
0
answers

Problem of resetting Google App Engine using Java

Good morning, I have a problem that I do not even know where to start with several applications in Google App Engine using Java. It turns out that suddenly the application returns to a previous version of the one I had installed, losing texts...
asked by 04.07.2017 / 14:05
1
answer

Connect Cloud SQL from App Engine

I've been trying to connect SQL SQL from app engine with java for a few days. but when making the connection I get the error:    No suitable driver found for jdbc: mysql: //104.155.83.62/BD-myApp? user = root; password = root I leave you...
asked by 28.11.2016 / 09:47