I need to be able to check if the local OneDrive folder is in sync/up to date.
Can I check this by looking at any of the file/folder properties(in C# code) Without u
Probably comparing the LastModifiedDateTime.
...Drive.Root.ItemWithPath(file).Request().GetAsync()).FileSystemInfo.LastModifiedDateTime