JoeAcunzo
8 years agoQrew Trainee
Quick Base API Accessed from Google Apps Script
Before I go reinventing the wheel, has anyone created an "SDK" or library to access the Quick Base API from Google Apps Script? Or does anyone have any tips on doing so?
I took the Quick Base JavaScript "SDK" as a starting point, but it assumes it's running client-side, so lots of issues. BTW, there's no way to use jQuery in a Google Apps Script when it's only a server-side solution, already looked in to that approach.
Why do I want to use Google Apps Script you ask? I'm looking at methods of integrating another system with Quick Base that POSTs to a URL I can specify to pass along data periodically. (Not that it matters, but the data comes as JSON from this other system.) Using Google Apps Script is to avoid the use of a PHP script running on a server.
I took the Quick Base JavaScript "SDK" as a starting point, but it assumes it's running client-side, so lots of issues. BTW, there's no way to use jQuery in a Google Apps Script when it's only a server-side solution, already looked in to that approach.
Why do I want to use Google Apps Script you ask? I'm looking at methods of integrating another system with Quick Base that POSTs to a URL I can specify to pass along data periodically. (Not that it matters, but the data comes as JSON from this other system.) Using Google Apps Script is to avoid the use of a PHP script running on a server.