Cloud Storage Integrator 2016 Java Edition
Cloud Storage Integrator 2016 Java Edition
Questions / Feedback?

URL Property

The server URL.

Syntax

public String getURL();
public void setURL(String URL);

Remarks

This property defines the server URL.

When using the bean 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 bean 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 bean to operate in a different API mode. Refer to the UseGraphAPI configuration setting's documentation for more information.

Default Value

"https://api.onedrive.com/v1.0"

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