We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8810e14 + de59219 commit 9e02f69Copy full SHA for 9e02f69
1 file changed
examples/SharePoint/Files/DownloadFileAsContent.php
@@ -8,7 +8,7 @@
8
$settings = include('../../Settings.php');
9
require_once '../vendor/autoload.php';
10
11
-$sourceFileUrl = rawurlencode("/Shared Documents/SharePoint User Guide.docx");
+$sourceFileUrl = "/Shared Documents/SharePoint User Guide.docx";
12
$targetPath = "../data/SharePoint User Guide.docx";
13
14
$appCreds = new ClientCredential($settings['ClientId'], $settings['ClientSecret']);
0 commit comments