Kunal Varma

Results 5 comments of Kunal Varma

Please share more information, preferably the code block.

The issue is with the PHP version you're using, that is PHP 5.6.31, and the [Collection package](https://github.com/tightenco/collect). The last version of the Collection package, compatible with your PHP version, was...

Hey all, I'm finding it a bit hard to spare time to work on the sharing endpoints due to other commitments. Currently the SDK doesn't have dedicated methods for interacting...

The SDK uses `multipart` body to upload the file. [See Line 722 in Client.php](https://github.com/kunalvarma05/onedrive-client/blob/master/src/OneDrive/Client.php#L722). However, according to your use case, that involves chunking a large file into smaller parts and...

@Ademgenc53 remove the `./` from the file-name/path: `$fileMetadata = $dropbox->getMetadata("Hello-World.txt");`