You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for catching this error and providing the detailed analysis!
A new version 2.5.4 has been released where among another improvements this issue has been addressed.
I'm having trouble downloading files by stream, maybe because it has a server relative url.
In the phpSPO project if I comment out the lines of
php-spo\src\SharePoint\Web.php
the execution works correctly.What I noticed is that in the current implementation, the server relative url is duplicated.
✔️ Expected: https://organization.sharepoint.com/sites/example/_api/Web/getFileByServerRelativeUrl('%2Fsites%example%2FDocuments%2Ftest.pdf')/$value
❌ Received: https://organization.sharepoint.com/sites/example/sites/example/_api/Web/getFileByServerRelativeUrl('%2Fsites%example%2FDocuments%2Ftest.pdf')/$value
The text was updated successfully, but these errors were encountered: