Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrdnbradford/doc-merge
Google Sheet-bound document merge application built with Google Apps Script
https://github.com/jrdnbradford/doc-merge
document-merge google google-apps google-apps-script google-docs google-drive google-sheets javascript pdf-merge
Last synced: 22 days ago
JSON representation
Google Sheet-bound document merge application built with Google Apps Script
- Host: GitHub
- URL: https://github.com/jrdnbradford/doc-merge
- Owner: jrdnbradford
- License: mit
- Created: 2020-04-09T14:36:58.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-08-22T17:12:53.000Z (over 4 years ago)
- Last Synced: 2024-11-08T00:52:47.223Z (2 months ago)
- Topics: document-merge, google, google-apps, google-apps-script, google-docs, google-drive, google-sheets, javascript, pdf-merge
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Doc Merge
Google Sheet-bound document merge application built with Google Apps Script.The files in this repo are meant to be bound to a Google Sheet container. Information about data used for merging that could be helpful for troubleshooting issues is logged in the [Google Account](https://script.google.com/home/executions) that runs the application. This default behavior can be changed by switching the *logTroubleShootingInfo* boolean variable in [globals.gs](server/globals.gs) to *false*.
## Recommended OAuth Scopes
```json
{
"oauthScopes": [
"https://www.googleapis.com/auth/drive",
"https://www.googleapis.com/auth/documents",
"https://www.googleapis.com/auth/spreadsheets.currentonly",
"https://www.googleapis.com/auth/script.container.ui"
]
}
```## Authors
**Jordan Bradford** - GitHub: [jrdnbradford](https://github.com/jrdnbradford)## License
All code in this project is licensed under the MIT license. See [LICENSE.txt](LICENSE.txt) for details.