Questions tagged as 'google-cloud'

0
answers

How to extract the face of an RG document from a scanned image

Hello, Personal I'm developing a solution where I use Google Cloud Vision to analyze texts in the image, this is already ready in my solution. Managing the image and Google Vision returns the found words and their coordinates. What I need...
asked by 22.11.2017 / 19:07
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
0
answers

Sequelize and Google Cloud Storage

Does anyone know how to connect the plugin "sequelize" nodejs to connect to an instance of google cloud. I already created the instance in mysql everything is ready missing only the connection. var sequelize = new Sequelize('database_name', 'u...
asked by 07.12.2017 / 13:31
1
answer

Connect PgAdmin via SSH Google Cloud

Good, next folks. I have a server in the Google Cloud, and I installed the postgres and everything is ok, it's working beauty, there in my machine I installed pgAdmin III and I made the configuration to connect with the bank, initially it worked...
asked by 19.08.2017 / 04:27
0
answers

execute python script in google cloud VM

I created a vm in google cloud to run a script (bot) but every time I close my terminal the script is interrupted for no apparent reason. The code itself has a while True with a conditional in the middle to create a delay; whi...
asked by 16.12.2018 / 18:26
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
1
answer

How can I create vpn connections using cloud services like AWS?

I wanted to use the Google Cloud service or AWS to connect to the internet via VPN, thus having an alternate route for the connection because my provider has a high ping to certain sites and low compared to the servers of these companies, and I...
asked by 26.08.2018 / 22:49
0
answers

Photo stores in google clound and mongoDB?

I want to use Meteor and react to create a form with an image upload field that saves the uploading file to a google clound storage, and save only the image path in MongoDB Someone could point a direction, links, tutorials. I do not know how...
asked by 05.07.2018 / 23:16
2
answers

Thread and task with static method

How do I return the result of this method to a textbox static async Task<object> StreamingRecognizeAsync(string filePath) { var speech = SpeechClient.Create(); var streamingCall = speech.StreamingRecognize();...
asked by 30.01.2018 / 00:25