phpSPO icon indicating copy to clipboard operation
phpSPO copied to clipboard

Microsoft 365 Library for PHP.

Results 119 phpSPO issues
Sort by recently updated
recently updated
newest added

Hi, I try to download files from folder but it doesn't work - response: "Invalid request". When I've checked request url it is wrong: https://graph.microsoft.com/v1.0/me/Drive/items/items//content Should be: https://graph.microsoft.com/v1.0/me/Drive/items//content Duplicated _items_...

bug

I am able to create calendar events without specifying a start or end time, however I am having difficulty setting these times manually. When attempting to create an event with...

question

Sometimes, but not regularly, I get this error message: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054 The error is rare, but occurs from time to time and cannot be reproduced. With a...

question

Hello, I'd like to use phpSPO to create a directory in one of my teams sites, and then allow certain users to be able to edit it. I understand that...

question

I generate a word docx and upload to sharepoint, which is working amazing. After that, I would like to get this uploaded docx. Is there any way to do this?...

question

I removed **AuthorId** and **EditorId** as readonly fields. I'm using phpSPO to create list item as another user (know the ID). How can I send those fields when adding attachment?...

question

I use vgrem to connect to sharepoint I use credentials in parameters.yml to connect to sharepoint i get this error : AADSTS53003: Access has been blocked by Conditional Access policies....

question

Hey, So I was setting up this, however, it seems to return some fatal error for some reason to me. What I did was uploading the vendor folder, but for...

question

1. What is the differnce between: - app principals (client credentials) auth (refer Granting access using SharePoint App-Only for a details) - user credentials auth 2. Why when I use...

question

Hello, I am trying to upload the file from my Linux server to the Shard Drive using the given below code use Office365\PHP\Client\Runtime\Auth\AuthenticationContext; use Office365\PHP\Client\Runtime\Utilities\RequestOptions; use Office365\PHP\Client\SharePoint\ClientContext; use Office365\PHP\Client\Runtime\ClientRuntimeContext; use...

question