python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can you use 'doPost' in a Library?
I'm trying to put a doPost inside an Apps Script library. Is that possible?
It doesn't seem to work like this?
function doGet(e) {
return HtmlService.createHtmlOutput("hello");
}
function...
Dave Reckoning
Votes: 0
Answers: 0
Best way to include libraries in Unreal Engine 4 C++
I would like to use some external libraries in UE4, specifically libCPR to do some web scraping. I am new to ue4 and am having a lot of trouble finding out where to start, I saw some references to usi...
Tzanker
Votes: 0
Answers: 0
Package a Google Doc Add-on for publishing
I have an editor add-on in App script that I have developed. Everything is in a library. It uses a sidebar and help dialog using HTML Service. And it can edit the Doc from events on the sidebar. But...

TheWizEd
Votes: 0
Answers: 0
Debugging Google Spreadsheet script using libraries
I am applying scripts in Google spreadsheets.
Using the debugger it is easy to to find errors in the script that is local to the spreadsheet (container). In the script I use functions of external libr...
Ike Knuivers
Votes: 0
Answers: 1