, , Julia, " can not" , ..
, OWA , OWA. C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS
, ,
&access_token=1&access_token_ttl=0
wopi url .
, OWA . cfi.Version
FileInfo info = new FileInfo("C:\\WOPI OWA WORD EDITOR\\OWA_Source_Documents\\" + fi.Name);
cfi.Version = info.LastWriteTimeUtc.ToString("s");
, .
Word, , , , .
cfi.SupportsCoauth = true; // all three (3) needed to see the edit in browser menu in view mode .
cfi.SupportsCobalt = true; // all three (3) needed to see the edit in browser menu in view mode .
cfi.SupportsFolders = true; // all three (3) needed to see the edit in browser menu in view mode .
cfi.SupportsLocks = true;
cfi.SupportsScenarioLinks = false;
cfi.SupportsSecureStore = true;
cfi.SupportsUpdate = true;
, , , false.
cfi.WebEditingDisabled = false;