2016-11-14 14:54:16 -08:00
|
|
|
# UploadFile Object
|
2016-10-12 23:35:35 +05:30
|
|
|
|
2021-04-06 09:54:05 -07:00
|
|
|
* `type` 'file' - `file`.
|
2021-11-16 05:13:18 +01:00
|
|
|
* `filePath` string - Path of file to be uploaded.
|
2016-10-12 23:35:35 +05:30
|
|
|
* `offset` Integer - Defaults to `0`.
|
|
|
|
* `length` Integer - Number of bytes to read from `offset`.
|
|
|
|
Defaults to `0`.
|
|
|
|
* `modificationTime` Double - Last Modification time in
|
2017-12-01 11:43:04 -08:00
|
|
|
number of seconds since the UNIX epoch.
|