URL Property
The server URL.
Syntax
public String getURL(); public void setURL(String URL);
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".
Default Value
"https://api.onedrive.com/v1.0"