You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/actions.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Decrypt a PDF attachment and store it to a Google Drive location.<br />NOTE: PDF
51
51
|`conflictStrategy`|`ConflictStrategy`| The strategy to be used in case a file already exists at the desired location. See [Enum Type `ConflictStrategy`](enum-types.mdx#conflictstrategy) for valid values. |
52
52
|`description`|`string`| The description to be attached to the Google Drive file.<br />Supports [placeholder](placeholder.mdx) substitution. |
53
53
|`location`|`string`| The location (path + filename) of the Google Drive file.<br />For shared folders or Team Drives prepend the location with the folder ID like `{id:<folderId>}/...`.<br />Supports [placeholder](placeholder.mdx) substitution. |
54
-
|`password`|`string`| The password to be used PDF decryption. |
54
+
|`password`|`string`| The password to be used for PDF decryption. |
55
55
|`toMimeType`|`string`| Convert to a Google file type using one of the <ahref="https://developers.google.com/drive/api/guides/mime-types?hl=en">supported mime-types by Google Drive</a>, like:<br />*`application/vnd.google-apps.document`: Google Docs<br />*`application/vnd.google-apps.presentation`: Google Slides<br />*`application/vnd.google-apps.spreadsheet`: Google Sheets |
0 commit comments