Alex Ivanov

Results 76 issues of Alex Ivanov

https://gist.github.com/oshliaer/fdad6b4aab6dca4f0409640e09a4a6e6

[Cookie handling in Google Apps Script - How to send cookies in header?](https://stackoverflow.com/questions/10869932/cookie-handling-in-google-apps-script-how-to-send-cookies-in-header) ```js function example() { Logger.log(getContacts()); } // Some API function getContacts() { auth(); var headers = {...

suggestion
example

https://docs.google.com/spreadsheets/d/1ngcuA2xnbHqX2Og7eFUFWmu2YMQ1buY-a6pHy2OLC3M/edit#gid=924246659

example

https://plus.google.com/+BruceMcpherson/posts/GCj8adr5QkZ

example

https://github.com/selectnull/eslint-plugin-googleappsscript/pull/2

example

```bash $> rsync -avrh --progress --exclude="node_modules" --exclude=".git" SRC DEST ```

example
shell

enhancement

You do not have permission to call getEffectiveUser ```json "oauthScopes": [ "https://www.googleapis.com/auth/userinfo.email" ] ```

oh-my-scopes

```js function onOpen(e) { try{ var __ = { s: e.range.getSheet() } __.lr = __.s.getLastRow(); __.mr = __.s.getMaxRows(); __.s.getRange(__.lr == __.mr ? __.lr : __.lr + 1, 1).activate(); } catch...

```js function makeTableHTML_(myArray) { var result = ""; for(var i=0; i