Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
When tryng to POST with curl to an Apps Script example:https://script.google.com/macros/s/XXXX/exec
using curl:
curl_init(); curl_setopt($chg, CURLOPT_HTTPHEADER, array("Content-type: multipart/form-data")); curl_setopt($chg, CURLOPT_URL, $url); curl_setopt($chg, CURLOPT_POST, true); curl_setopt($chg, CURLOPT_POSTFIELDS, $postfields); curl_setopt($chg, CURLOPT_RETURNTRANSFER, true); curl_setopt($chg, CURLOPT_FOLLOWLOCATION, true);
I receive the message :
We're sorry, a server error occurred while reading from storage. Error code INTERNAL.
It always worked fine with no errors since now, without any changes on my end.