Questions tagged as 'google-cloud-platform'

0
answers

Problem connecting to database in Google Cloud and Spring Boot

I'm using the Google Cloud Platform, but I'm having trouble connecting to the MySQL database of the platform itself with AppEngine. Here's my pom: <?xml version="1.0" encoding="UTF-8"? /> <project xmlns="http://maven.apache.org/POM...
asked by 18.07.2018 / 02:31
1
answer

Access SQL Server Express remotely on Google Cloud Platform

I have a server in GCP and everything is working properly (IIS, SQL Server ...). But I'd like to remotely access a database that is on that server. I've already done this: link I have already created the rule in the GCP firewall as well...
asked by 07.11.2017 / 22:17
1
answer

Error 500 after deploying Laravel application using MySQL on Google Cloud Platform

I have a Laravel application using MySQL 5.7: link In my local environment it works perfectly. I followed this tutorial , but the result is a 500 error. I also made a second attempt following YouTube's video and the same error is also...
asked by 12.09.2018 / 20:07
0
answers

Google Cloud - When I type "sudo su" in the terminal Debian asks me for a password that I do not have

All right? I've been using a VM in G. Cloud for about 7 months without having any problems, but today I usually connected to an instance that I have, after making the connection when I type "sudo su" to have the necessary VM privileges I get...
asked by 01.11.2018 / 18:12
0
answers

Installing WHM Google-Cloud how to add 4 Foreign IPs

I'm having trouble recreating my current VPS in Oracle Cloud (GCP), my question is related to external IPs, I now have VPS with 15 IPs and I need to provision those 15 IPs in GCP and put them in WHM. > I was able to create the 15 external IPs,...
asked by 17.09.2018 / 14:46
0
answers

Using the Google Cloud Platform API

I created a MySQL instance in the Storage module > SQL and in it I created a database called vendas ... How could I make GET, POST, and DELETE requests in this database using Google Cloud Platform APIs? I've tried it this way:...
asked by 16.08.2018 / 02:31
0
answers

Information is not returning CLOUD VIDEO INTELLIGENCE API

I'm sending a video with base64 to google api but it is not returning any kind of information. // BOTÃO DE BUSCAR public String consultar() throws Throwable { analyzeLabelsFile("C:\Users\Web Designer\Desktop\Placas de Carros\fiat.jpg")...
asked by 16.05.2018 / 16:18
0
answers

NodeJS, PassportJS, or JWT Authentication in Google Cloud Functions

Hello, I would like to know if it is possible to do an authentication system using nodejs with passportjs or JWT integrated with Google Cloud Functions, I want to know exactly if doing authentication in GCF do not have to authenticate every time...
asked by 21.03.2018 / 17:19
1
answer

How to change maximum limit of simultaneous connections to db

When I exceed 100 connections, I get the error: "FATAL: remaining connection slots are reserved for non-replication superuser connections" How to change the postgresql.conf max_connections parameter in Google Cloud SQL?     
asked by 31.05.2017 / 18:31
1
answer

Connect to Cloud SQL via PHP hosted on Compute Engine

How do I connect to a Cloud SQL instance through a php file hosted on a Compute Engine VM? • I have a MySQL instance in Cloud SQL called bd-vendas , and I created a database named vendas in it. • I have a Linux Debian VM built...
asked by 08.08.2018 / 19:56