mschilli / net-google-drive-simple

Net::Google::Drive::Simple CPAN Module
Other
11 stars 22 forks source link

Expose and receive a range for resumable uploads #63

Open xsawyerx opened 2 years ago

xsawyerx commented 2 years ago

At the moment, resumable uploads cannot properly continue if they're interrupted because we don't expose the range to the user when there's an error and we don't receive the range as an input parameter.

While using Futures would make this less problematic (you can store a callback to continue on an error and wait with it), it would still be good to be able to receive the range chunk you need to continue from.