Jesus / dropbox_api

Ruby client library for Dropbox API v2
MIT License
171 stars 113 forks source link

Update Metadata.offset to use 'bytesize' #20

Closed rsae closed 7 years ago

rsae commented 7 years ago

Fixes issue #19. size will return the character length, whereas bytesize will return the length of the content in bytes. transfers of binary files were failing with with an incorrect offset prior to this change.