File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ GET /drive/root:/{path and filename}:/content?format={format}
4242
4343| Parameter | Type | Description |
4444| :----------| :-------| :---------------------------------------------------------------|
45- | _ format _ | string | Specify the format the item's content should be downloaded as. |
46- | _ width _ | Int32 | The desired width of the converted image in pixels. Required when ` format=jpg ` . |
47- | _ height _ | Int32 | The desired height of the converted image in pixels. Required when ` format=jpg ` . |
45+ | format | String | Specify the format the item's content should be downloaded as. |
46+ | height | Int32 | The desired height of the converted image in pixels. Required when ` format=jpg ` . |
47+ | width | Int32 | The desired width of the converted image in pixels. Required when ` format=jpg ` . |
4848
4949The following values are valid for the ** format** parameter:
5050
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ GET /drive/root:/{path and filename}:/content?format={format}
4040
4141| Parameter | Type | Description |
4242| :----------| :-------| :---------------------------------------------------------------|
43- | _ format _ | string | Specify the format the item's content should be downloaded as. |
44- | _ width _ | Int32 | The desired width of the converted image in pixels. Required when ` format=jpg ` . |
45- | _ height _ | Int32 | The desired height of the converted image in pixels. Required when ` format=jpg ` . |
43+ | format | String | Specify the format the item's content should be downloaded as. |
44+ | height | Int32 | The desired height of the converted image in pixels. Required when ` format=jpg ` . |
45+ | width | Int32 | The desired width of the converted image in pixels. Required when ` format=jpg ` . |
4646
4747### Format options
4848
You can’t perform that action at this time.
0 commit comments