v3.1.5
Added
- added commands
msgraphadmin:keep-alive
andmsgraph:keep-alive
to allow refresh tokens to be automated by running these commands on a schedule - added support in Files.php to support replace/rename behavior on
createFolder
and fileupload
functions. Default behavior is to rename.
Usage for createFolder:
MsGraph::files()->createFolder($name, $path, $type = 'me', $behavior='rename')
Where $behavior is either rename or replace
Usage for upload:
MsGraph::files()->upload($name, $uploadPath, $path=null, $type='me',$behavior='rename')
Where $behavior is either rename or replace