LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Download Files from Internet

Hello, I am Working on an Application that will be running on several PCs, I am Using Google Cloud SQL to manage the Database and I wanted to know if there is a way to save new installers on the Internet (maybe could be Google Drive, Google Cloud Storage or something else) that allows me to copy new installers to the local PC and then install new version of the application, i was previously working on applications like that but in a local network, i used to use SQL server on a local Windows Server and i had a network Location that i was able to access through labview to copy new versions of the software.

 

I tried to use Google Drive in my local Account to copy the Installers, but the G Drive api works on files and the installer folder has a lot of files.

 

this was my old labview code to copy new versions

 

beto25j_0-1577549481150.png

 

 

 

 

 

 

 

Roberto Villarreal Montemayor
Certified LabVIEW Developer
LabVIEW Student Ambassador
Monterrey, Nuevo Leon, Mexico
0 Kudos
Message 1 of 2
(3,032 Views)

Two possible solutions, modify the vi to save using zip files. Or use another website to host your files, like Github or Gitlab.

0 Kudos
Message 2 of 2
(1,664 Views)