onedrive-php-sdk icon indicating copy to clipboard operation
onedrive-php-sdk copied to clipboard

OneDrive SDK for PHP

Results 20 onedrive-php-sdk issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your work here. While listing files in a onedrive I get a set of DriveItem objects. I can see **@microsoft.graph.downloadUrl** with a var_dump but can't seem to...

Thanks for your pull request! Before we consider merging it, please take the time to ensure you are complying with these guidelines: * [ x] I have described my changes...

hello i am struggling with this i am trying to save token so later i can use the api on the backend without aaauthentification each time

When using this package for an organization, Microsoft OAuth 2.0 require the use of Organization-specific endpoints. https://login.microsoftonline.com//oauth2/v2.0/authorize By making these a constant, this repo becomes unusable.

Hello I need another Help. Kindly would you please help me. Now I want to delete already uploaded files on OneDrive. My folder student is like that: A -> B...

There is an administrator account, a@corp.****. ru. Under it in OneDrive created folders with shared access - !CMIT/!CALCULATIONS and a folder !CMIT/!ORDERS. Php script, using the onedrive-php-sdk library, via API...

i use IIS i have this problem. IIS + PHP8 is BAD Warning: Krizalys\Onedrive\Client::__construct(): The script tried to access a property on an incomplete object. Please ensure that the class...

This issue is related to uploading larger files, such as 800MB and 1GB. The code I have for sending ALL files is the same: ``` public static function upload( $file,...

createCollectionRequest->execute() is the same as createRequest->execute() without handling the paging problem. createCollectionRequest->getPage() and merge array until createCollectionRequest->isEnd() become true.