Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

First using the OAuth 2.0 flow for authentication allows for clients with MFA enabled to use SkySync DryvIQ to migrate their content. Also, since many customers are disabling legacy authentication this form of authentication will be the only way to connect to Office 365 platforms.

...

Third, the OAuth 2.0 connection requires a global admin to give consent the first time it is used, afterwards any user can be used to create a connection between SkySync DryvIQ and Office 365. For clients that cannot allow the permission Have full control of all your site collections, please contact us and the SkySync DryvIQ team can assist with a Custom App Registration.

...

For clients that cannot allow the permission Have full control of all your site collections, please contact us and the SkySync DryvIQ team can assist with a Custom App Registration

...

When migrating to Office 365 and utilizing batch mode with Migration API, is there a way to specify a custom Azure Storage Account or do we just default to a temporary Storage Account until content is committed to Office 365?

No, not at this time.

SkySync DryvIQ uses the default storage account that is leveraged by the Migration API for the Office 365 tenant that you are migrating to. The CSOM call that SkySync DryvIQ makes is to provision a migration storage account and message queue will guarantee that the storage account is the storage account is in the same data center as the Office 365 tenant. This will also improve performance. 

...

Platforms all have unique features and limitations. SkySync’s DryvIQ’s transfer engine manages these differences between platforms and allows you to configure actions based on Job Policies and Behaviors. Utilize the Platform Comparison tool to see how your integration platforms may interact regarding features and limitations.

Panel
bgColor#FFFAE6

(tick) SharePoint Online OAuth 2.0 Connections must have full control of all SharePoint site collections. For clients that cannot allow the permission Have full control of all your site collections, please contact us and the SkySync DryvIQ team can assist with a Custom App Registration.

(tick) OneDrive for BusinessOAuth 2.0 Connections are automatically configured to the Documents library.

(error) When configuring your job JSON, do not include "Documents" in the location path, such as /Documents/FolderName.

(tick) Correct configuration path: /FolderName

...

  • SharePoint Online Folder Created Date may experience a discrepancy in timestamps when using CSOM and Batch Mode.

    • This behavior is a known issue within OneDrive for Business / Office 365.

    • SkySync DryvIQ will attempt to preserve timestamps on folders when using both CSOM and the batch API. However, the behavior of SharePoint Online is to update the folder's modified dates whenever a file is uploaded into it.

    • As a result, when using CSOM, the timestamps will be preserved when the folder is initially created but then updated after every file that gets uploaded. When using batch API, it preserves the timestamps on the folders after all of the files within the batch are committed. This is the cause for the discrepancy between the two methods.

...