Skip to content

v7.0.22272.0-Beta

Compare
Choose a tag to compare
@ITHitBuild ITHitBuild released this 01 Jun 16:58
· 17 commits to master since this release
  • In WebDAV Drive sample on Windows every notification from remote storage generated GetChangesAsync() call. Now the request to the remote storage is sent only if the item exists in the user file system.
  • In WebDAV Drive sample on Windows, if item was deleted when saving properties in ProcessChangesAsync() exception was thrown. Now if item is not found the properties save call is ignored.
  • savePropertiesAction parameter in ProcessChangesAsync() is now optional.
  • Remote storage ID was not passed during initial call to IEngine.GetFileSystemItemAsync(). Virtual File System sample throw ArgumentNullException "Value can not be null". Now Remote storage ID is properly passed to IEngine.GetFileSystemItemAsync().
  • Sync-token initial call was done after connecting transfer callbacks. This could cause listing folder content to be done before initialization of sync-token. Now sync-token is initiated before connecting callbacks.
  • Developer certificate supplied with Windows samples updated .