Jump to content

Talk:Google Apps Script

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SineBot (talk | contribs) at 04:11, 30 January 2017 (Signing comment by Scotth1 - ""). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconGoogle Start‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Google, a collaborative effort to improve the coverage of Google and related topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
WikiProject Google To-do:

Here are some tasks awaiting attention:
WikiProject iconSoftware: Computing Start‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing (assessed as Low-importance).

Benefits

"JavaScript" as a benefit? Compared to VBA, yes of course. But JavaScript is not a nice language. The fact that CoffeScript exists and is so common proves it is not a benefit to use. --103.250.88.151 (talk) 22:18, 17 December 2015 (UTC)[reply]

Limitations

Currently Google Apps Store does not allow connection to internal (behind-the-firewall) corporate databases, which is key to building business apps. Similarly, lack of other connectivity, such as LDAP connectivity, limits the level to which GAS can be used in the enterprise. Whilst technically correct, you can't make requests through firewalls; however you can access your data using JSON and REST API, or XML/HTTP, and you can perform authentication if you have Google Apps domain that has turned on SSO SAML, then you have access to your corporate data, and your LDAP users. — Preceding unsigned comment added by Scotth1 (talkcontribs) 04:09, 30 January 2017 (UTC)[reply]