boris

Results 1 comments of boris

If you know the path and filename, you could do this: ``` $ctx = ClientContext::connectWithClientCredentials($url, $client_id, $client_secret); // connect $server_relative_path = " /sites/Folder/SubFolder/Filename.docx"; // the file you want to get...