Commit a788087
Remove name attribute from the input (GoogleCloudPlatform#3569)
If name='submit' is specified for the input type='submit' the endpoint returns the following error:
<Error>
<Code>InvalidPolicyDocument</Code>
<Message>
The content of the form does not meet the conditions specified in the policy document.
</Message>
<Details>Policy did not reference these fields: submit</Details>
</Error>
Co-authored-by: Takashi Matsuo <tmatsuo@google.com>1 parent 8a5bd20 commit a788087
File tree
1 file changed
+1
-1
lines changed- storage/cloud-client
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments