Svcbtc Master #576
Open
Erimsj04 wants to merge 156 commits intogoogleworkspace:GA-v1-AppsScriptWebapp-updatesfrom
Open
Svcbtc Master #576Erimsj04 wants to merge 156 commits intogoogleworkspace:GA-v1-AppsScriptWebapp-updatesfrom
Erimsj04 wants to merge 156 commits intogoogleworkspace:GA-v1-AppsScriptWebapp-updatesfrom
Conversation
`No HTML file named javaScript was found. (line 22, file "simpleTasks")` error due to capitalization typo in requested filename.
This prevents jquery from deleting the header row on .remove() as well as avoiding duplication of the rows on update.
Without this, the import fails and the example doesn't work.
Without this, the script fails to run and the example doesn't work.
Change jquery import to use https
Change jquery UI script include to use https
I was running into this earlier today, adding this piece fixed it for me. Best!
…-apps-script Initial checkin of Apps Script forms API samples
docs(samples): add the Google Analytics Admin API apps script sample app
Update YoutubeContentId to YouTubeContentId
Adding useLegacySql: false to account for error
Patch to fix docs sample cursorInspector
fix: 'No HTML file named javaScript was found'
…bile Remove obsolete android sample, deprecated ~3 years ago
Co-authored-by: Priyankarp24 <savat@google.com>
Enable lint workflow + delint files
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
* Initial checkin of Forms API Apps Script webapp
…psScriptWebapp-2 Form api apps script webapp 2
…me-formatting Further tweaks on readme file
…nc-files/defaults/.github/sync-repo-settings.yaml' (googleworkspace#358)
…nc-files/defaults/.github/sync-repo-settings.yaml' (googleworkspace#360)
* Adds region tag * Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl <sqrrrl@gmail.com> * Update solutions/automations/upload-files/Code.js Co-authored-by: Steve Bazyl <sqrrrl@gmail.com> Co-authored-by: Steve Bazyl <sqrrrl@gmail.com> Co-authored-by: Steve Bazyl <sbazyl@google.com>
…orkspace#372) * Sample for the AppSheet and Apps Script video tutorial * fix: make requested changes * fix: broken markdown link Co-authored-by: Justin Poehnelt <jpoehnelt@google.com>
* Adds region tag * Updating region tag to standard format Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
* Adds examples to People API advanced service * fix: Lint errors and replace for loop with find * fix: missing semi-colon * chore: more lint fixes * chore: more lint fixes Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
* Google workspace rebranding from g suite * fix: Google workspace rebranding from g suite * Remove trailing space Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
Sample uses `TOP` which is an invalid BQ function. Replace sample with query from https://cloud.google.com/bigquery/docs/sandbox.
…ers or multiple groups to Team Calendar (googleworkspace#390) * Added support for also adding indirect members or multiple groups * Fixed broken link
* Fix missing {}
* Update Code.js
* Update Code.js
---------
Co-authored-by: Vinay Vyas <69166360+vinay-google@users.noreply.github.com>
Updates minor typo.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Is it been tested?
Checklist