Christophe Vidal
Christophe Vidal
@solepixel The code above is supposed to send your file in chunks, eg. this creates a 320KiB chunk: ```php new LimitStream($stream, $rangeSize, $offset); ``` Perhaps the code above is suffering...
@landall Thanks for reporting this. Let me try a few cases and see how/what can be fixed.
@landall I'm working on a long-term support for pagination based on PHP iterators. Meanwhile, I just released version 2.3.0, which added support for `$options` to `Krizalys\Onedrive\Proxy::getChildren()`. One option, `top`, allows...
@L3o-pold No update.
@landall Added support for sharing links in 2.4.0, just released. See: * https://github.com/krizalys/onedrive-php-sdk/blob/master/src/Proxy/DriveItemProxy.php#L937 * https://github.com/krizalys/onedrive-php-sdk/wiki/Krizalys-Onedrive-Proxy-DriveItemProxy#createlink Other requested features planned to be added in future versions.
@landall Support for sending sharing invitations has been added in 2.5.0, just released. See: * https://github.com/krizalys/onedrive-php-sdk/blob/2.5.0/src/Proxy/DriveItemProxy.php#L1047 * https://github.com/krizalys/onedrive-php-sdk/wiki/Krizalys-Onedrive-Proxy-DriveItemProxy#invite Enjoy!
For the last feature requested - creating shared folders - I have been working on it but could not include it in 2.5.0 due to an issue I found in...
@peterver are you considering & merging this?
@peterver Any update on this?
@peterver Any update on this?