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
use existing database instead of django database
i want to connect my existing database of sql server with django but the problem is django has its model which create its own database but i dont want to create database using django i just want to us...
khurram khan
Votes: 0
Answers: 1
How can I convert a local image to a URL for accessing external APIs?
I am building a Web app and I need to access an external API which only accepts an URL to my image in order to process it. These images will be taken from the app, therefore I am looking for a way to ...
Marry Poppins
Votes: 0
Answers: 1
how to pass parameters to third party javascript code (freshchat) before it loads with a pre-chat form built in google apps for a new google site
Objective:
build a prechat form in google apps scripts so this can be used in a google site as a webapp so that it would take a user's name, lastname, phone and email and pass those parameters to the...

Francisco Cortes
Votes: 0
Answers: 2