URL Property
The server URL.
Object Oriented Interface
public function getURL(); public function setURL($value);
Procedural Interface
incloudstorage_onedrive_get($res, 68 ); incloudstorage_onedrive_set($res, 68, $value );
Default Value
'https://api.onedrive.com/v1.0'
Remarks
This property defines the server URL. In most cases this does not need to be changed from the default value of "https://api.onedrive.com/v1.0".
For business drives the URL may be different from the default value, for instance "https://{tenant}-my.sharepoint.com/_api/v2.0".
Data Type
String