Skip to main content

All Questions

-1 votes
1 answer
54 views

Google+Sheet+Script+JSON+Query+Salesbinder+"Login information disallowed"

Hi this question was already asked in a previous post and it was answer by Tanaike but when I'm using the suggested script I'm always getting the same error "Login information disallowed" ...
Yvan L's user avatar
  • 333
0 votes
0 answers
367 views

Send HTTP GET request with Basic authentication token

I am trying to fetch information from a site with basic authentication (username and password), I followed documentation and some forums here, but I can't get it to work. Whenever I run the function, ...
Charlie's user avatar
0 votes
1 answer
337 views

"Login information disallowed" error from google script

I have been trying to use the UrlFetchApp from apps script to fetch the inventory information from an inventory system API called Salesbinders, for some reason I kept getting login information ...
tomtom's user avatar
  • 99
0 votes
0 answers
1k views

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's user avatar
11 votes
4 answers
4k views

Unexpected error on UrlFetchApp.fetch in Google Apps Script using basic authentication

I have the following code in Google Apps Script which retrieves CSV data from a webpage via HTTP using basic authentication and places it into a spreadsheet: CSVImport.gs function parseCSVtoSheet(...
Step's user avatar
  • 543
0 votes
1 answer
495 views

Authorization with UrlFetchApp

I've read many questions and haven't found my issue. I want to access a remote file and save it to my GDrive. Google refuses a URL with user/pswd in the URL. Without auth, the code looks like: fURL = ...
Lundo's user avatar
  • 3
5 votes
2 answers
7k views

How to assign UrlFetchApp with basic authorization to button?

I created function in Google Apps Script, that works well when I run it in Google Apps Script. Output data returns to Google Sheets. function testFunction11() { var rng = SpreadsheetApp....
imnotyourguru's user avatar
50 votes
2 answers
52k views

How to use UrlFetchApp with credentials? Google Scripts

I am trying to use Google Scripts UrlFetchApp to access a website with a basic username and password. As soon as I connect to the site a popup appears that requires authentication. I know the Login ...
user3586062's user avatar
  • 1,339