Cloud Storage Integrator 2016 C++ Builder Edition
Cloud Storage Integrator 2016 C++ Builder Edition
Questions / Feedback?

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.

When using the component in legacy API mode, personal OneDrive accounts should use "https://api.onedrive.com/v1.0", and OneDrive for Business accounts should use a URL in the format "https://{tenant}-my.sharepoint.com/_api/v2.0".

When using the component with the Microsoft Graph API, the URL should be "https://graph.microsoft.com/v1.0" regardless of the account type (personal, business, and education accounts are all supported by the Graph API).

The value of this property will change if you configure the component to operate in a different API mode. Refer to the UseGraphAPI configuration setting's documentation for more information.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 C++ Builder Edition - Version 16.0 [Build 7239]