URL Property
The server URL.
Syntax
__property String URL = {read=FURL, write=FSetURL, default="https://api.onedrive.com/v1.0"};
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