krizalys / onedrive-php-sdk

OneDrive SDK for PHP
BSD 3-Clause "New" or "Revised" License
144 stars 66 forks source link

Over 4MB size #74

Closed emresaracoglu closed 4 years ago

emresaracoglu commented 4 years ago

Hey,

I guess if I misunderstood, we don't have a chance to upload files over 4 MB, right?

Thank you @krizalys

krizalys commented 4 years ago

@emresaracoglu You can upload big files (over 4 MB) using DriveItemProxy::startUpload(): https://github.com/krizalys/onedrive-php-sdk/blob/2.5.1/src/Proxy/DriveItemProxy.php#L667

Please see some example usages here: https://github.com/krizalys/onedrive-php-sdk/blob/2.5.1/test/functional/Proxy/DriveItemProxyTest.php#L417