WinLive, SkyDrive, OneDrive

Hello,

in my software I want  to use the TAdvOneDrive to get access for OneDrive.

For TAdvOneDrive I have to define CloudWinLive in uses section (CloudOneDrive isn't available)?
If I need a TOneDriveItem I have to use TSkyDriveItem from CloudCustonWinLive (TOneDriveItem isn't defined)?

I know SkyDrive was the previous name of OneDrive, but it would be good if I can a more logical syntax...

Like in CloudWinLive.pas
  // renamed component due to Microsoft changing SkyDrive to OneDrive
  TAdvOneDrive = class(TAdvSkyDrive)

it would be good you will define in CloudCustomWinLive.pas
  // renamed component due to Microsoft changing SkyDrive to OneDrive
  TAdvOneItem = class(TSkyDriveItem);

and the same for TSkyDriveItems; and TAdvCustomSkyDrive;

Best regards.

Sorry, I meant:

  TOneDriveItem = class(TSkyDriveItem);
  TOneDriveItems = class(TSkyDriveItems);
  TAdvCustomOneDrive = class(TAdvCustomSkyDrive);

Hi,


Thank you for your suggestion.
We'll consider adding this in a future version.