How to read a file in server with google-apps-script?
up vote
1
down vote
favorite
I need to recover a .csv file located on a local server that contains information about the silos, and which will regenerate regularly.
I then copy the information in a google sheet so that I can process it in my application. I use google-apps-script.
I have already done a script to retrieve information from the CSV file that works but only from a file store in the google drive.
The problem is that I would like to recover my file directly from a server (which I know the ip address, and the destination path.) Instead of recovering it in a drive.
I look for google script functions to do that a good part of the after, but I found nothing conclusive. I'm asking you if you ever had to do that.
Is there a google-apps-script function to do what I want?
Have a good evening.
Cordially.
google-apps-script server
New contributor
add a comment |
up vote
1
down vote
favorite
I need to recover a .csv file located on a local server that contains information about the silos, and which will regenerate regularly.
I then copy the information in a google sheet so that I can process it in my application. I use google-apps-script.
I have already done a script to retrieve information from the CSV file that works but only from a file store in the google drive.
The problem is that I would like to recover my file directly from a server (which I know the ip address, and the destination path.) Instead of recovering it in a drive.
I look for google script functions to do that a good part of the after, but I found nothing conclusive. I'm asking you if you ever had to do that.
Is there a google-apps-script function to do what I want?
Have a good evening.
Cordially.
google-apps-script server
New contributor
Look in utilities.
– Cooper
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I need to recover a .csv file located on a local server that contains information about the silos, and which will regenerate regularly.
I then copy the information in a google sheet so that I can process it in my application. I use google-apps-script.
I have already done a script to retrieve information from the CSV file that works but only from a file store in the google drive.
The problem is that I would like to recover my file directly from a server (which I know the ip address, and the destination path.) Instead of recovering it in a drive.
I look for google script functions to do that a good part of the after, but I found nothing conclusive. I'm asking you if you ever had to do that.
Is there a google-apps-script function to do what I want?
Have a good evening.
Cordially.
google-apps-script server
New contributor
I need to recover a .csv file located on a local server that contains information about the silos, and which will regenerate regularly.
I then copy the information in a google sheet so that I can process it in my application. I use google-apps-script.
I have already done a script to retrieve information from the CSV file that works but only from a file store in the google drive.
The problem is that I would like to recover my file directly from a server (which I know the ip address, and the destination path.) Instead of recovering it in a drive.
I look for google script functions to do that a good part of the after, but I found nothing conclusive. I'm asking you if you ever had to do that.
Is there a google-apps-script function to do what I want?
Have a good evening.
Cordially.
google-apps-script server
google-apps-script server
New contributor
New contributor
New contributor
asked 2 days ago
Alexandre Berthet
61
61
New contributor
New contributor
Look in utilities.
– Cooper
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago
add a comment |
Look in utilities.
– Cooper
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago
Look in utilities.
– Cooper
2 days ago
Look in utilities.
– Cooper
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Alexandre Berthet is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Berthet is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Berthet is a new contributor. Be nice, and check out our Code of Conduct.
Alexandre Berthet is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53266126%2fhow-to-read-a-file-in-server-with-google-apps-script%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Look in utilities.
– Cooper
2 days ago
Possible duplicate of Importing multiple CSV files to google sheets with Google Script
– Tedinoz
2 days ago