Obsolete
Status Update
Comments
bl...@google.com <bl...@google.com> #2
Generated Metadata
- Summary: The Apps Script application is not working as expected. The first page works, but the second page does not. It is difficult to determine the root cause without additional information.
- Tags:
Additional resources:
https://developers.google.com/apps-script/guides/support/troubleshooting https://developers.google.com/apps-script/support https://stackoverflow.com/.../how-to-debug-or-view-logs-in-google-app-scr... https://stackoverflow.com/.../appscript-webapp-hyperlink-not-working-the-... https://stackoverflow.com/.../serve-separate-html-pages-google-apps-script-...
You can
jp...@google.com <jp...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
Description
A small code sample that reliably reproduces the issue. The sample should run as-is or with minimal setup, without external dependencies.
Hard to provide a small code sample as it's an external request into an App Script Project, but the body i'm trying to pass in is:
{
"function": "copyAndShareSheet",
"parameters": [
{
"sheetId": "dsdpofihsdpafoiasjpnotrealsheetID",
"email": "notrealemail@gmail.com",
"first_name": "Chris",
"last_name": "Test"
}
],
"devMode": true
}
What steps will reproduce the problem?
1. Create a function in an App Script Project
2. Deploy an App Script Script as API Executable
3. Run post request with URL:
4. pass in the parameters above
5. observe a 500 internal server error
What is the expected output? What do you see instead? If you see error messages, please provide them.
Expecting to see 200 response; see 500 error instead
Please provide any additional information below.