Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

SpreadsheetApp.openById gives unauthorised error

$
0
0

I am trying to trigger a function in Google Apps Scripts, and am using openById("Sheet_Id);But on using it, I am getting this error:

Exception: You do not have permission to call SpreadsheetApp.openById. Required permissions: https://www.googleapis.com/auth/spreadsheetsat saveActiveSheet(Code:2:27)at onSelectionChange(Code:27:9)


Viewing all articles
Browse latest Browse all 9782

Trending Articles