T
tqk2811
Guest
Hi!
I'm making a Cloud Sync Engines Supports Placeholder based on CloudMirror. And got problem on CF_CALLBACK_TYPE_FETCH_DATA
When i double click file (placeholder) in window explorer, app trigger FILE_ATTRIBUTE_PINNED and Hydrating file. Next, cfapi call FETCH_DATA and read asynchronous file (my app work look same with CloudMirror). But i got HRESULT return from CfExecute is 0x8007017c the cloud operation is invalid. Debug look all value is true, then how to resolve it, thank.
Here (line 52-262) create pipe stream and do same like CloudMirror on winrt dll.
And here (63-209) for try cfexecute in another thread(task) on c++\clr
___________________________________
And more question, when i edit here.
if (FakeCloudProvider::Start(L"D:\\ServerFolder",L"D:\\ClientFolder"))
When CloudMirror FETCH_DATA, CfExecute return HRESULT 0x8007018E The cloud operation was canceled by user. Look like it not have permission from FileOpenDialog (it not FolderPicker from uwp) then how i can "save" permission?
Continue reading...
I'm making a Cloud Sync Engines Supports Placeholder based on CloudMirror. And got problem on CF_CALLBACK_TYPE_FETCH_DATA
When i double click file (placeholder) in window explorer, app trigger FILE_ATTRIBUTE_PINNED and Hydrating file. Next, cfapi call FETCH_DATA and read asynchronous file (my app work look same with CloudMirror). But i got HRESULT return from CfExecute is 0x8007017c the cloud operation is invalid. Debug look all value is true, then how to resolve it, thank.
Here (line 52-262) create pipe stream and do same like CloudMirror on winrt dll.
And here (63-209) for try cfexecute in another thread(task) on c++\clr
___________________________________
And more question, when i edit here.
if (FakeCloudProvider::Start(L"D:\\ServerFolder",L"D:\\ClientFolder"))
When CloudMirror FETCH_DATA, CfExecute return HRESULT 0x8007018E The cloud operation was canceled by user. Look like it not have permission from FileOpenDialog (it not FolderPicker from uwp) then how i can "save" permission?
Continue reading...