GrayDelacluyse

Results 2 issues of GrayDelacluyse

https://github.com/dropbox/dropbox-sdk-js/blob/86a8856b84702dfd0821efd3a99334bed0e986b3/generator/typescript/dropbox_types.d.ts#L3304 Why is the contents required twice on UploadSessionAppendArg and UploadSessionFinishArg? Both Types have a cursor (UploadSessionCursor) which requires the contents property as well as the parent object. My assumption...

bug

I was receiving an exception when adding certain files. TypeError: "value" argument is out of bounds at checkInt (buffer.js:1180:11) at Buffer.writeInt32LE (buffer.js:1370:5) at Object.entryHeaderToBinary (.../node_modules/adm-zip/headers/entryHeader.js:217:18) at Object.packHeader (.../node_modules/adm-zip/zipEntry.js:260:39) at .../node_modules/adm-zip/zipFile.js:198:41...