python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get CSV file from URL with basic Auth using App Script?
I want to know if I'm missing something. I am using google's sample code from their Documentation:
var username = "myUserName";
var password = "myPsw";
var url = "http:/...
Richard Hearn
Votes: 0
Answers: 0
Bulk url status code Expected is (website status code 200, which is working on web ) actual ( status code is Error)
try on your own ide for testing the script
[go to Extension->App script ;also you will find script given below script name :status code ]
[question is every url like google, fb, amazon links are ...
Sampath
Votes: 0
Answers: 0
Failed to log in to a website to scrape my profile name using apps script
I've been trying to log in to this website using my credentials in order to scrape my profile name using google apps script. The status code is 200 and I can see that the script is able to get cookies...
robots.txt
Votes: 0
Answers: 1
Exception: Request failed for https://rest.clicksend.com returned code 401 For sending outbound messages using google appscript
So I am trying to make a program using google Apps Script that could send outbound messages to the mobile numbers I have stored using google sheets. Also, the API that I have used for the triggering o...
TheRealDealerOfCode121
Votes: 0
Answers: 0