I have a pretty specific problem. I'm trying to use a powershell script to send a file from a remote endpoint to a Google Apps Script, from there, the Apps Script would upload the file to Google Drive via DriveAPI. I can't seem to get a solid response from the Apps Script while it's deployed. Right now I'm just trying to do a command line curl to the deployment/test URL and I keep getting a JavaScript return and somewhere in that return it says page not found. I get the feeling I'm missing something, like placing the apps script on a cloud function or bucket or something to that effect but I've no idea what I'm doing.