What is the error? I work with webdav folder and get this when click "browse folder" buttonFailed to show folder picker.
ERROR_INVALID_PARAMETER: Параметр задан неверно. [::SHCreateItemFromParsingName(defaultFolderPath.c_str(), nullptr, IID_PPV_ARGS(defaultFolderItem.init()))]
Failed to show folder picker
- Posts: 7
- Joined: 7 Feb 2021
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007
The following version should give a better error message. What do you get?
https://www.mediafire.com/file/47btlkww83b8lc4/FreeFileSync_11.7_%255BBeta%255D_Windows_Setup.exe
https://www.mediafire.com/file/47btlkww83b8lc4/FreeFileSync_11.7_%255BBeta%255D_Windows_Setup.exe
- Posts: 7
- Joined: 7 Feb 2021
I set this folder without problem in dialog window, then click Browse again and get error.
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007
The path looks fine, the only unusual part that could explain ERROR_INVALID_PARAMETER are the Cyrillic characters. Maybe a limitation of the web server. In my tests accessing a wevdav share with these characters worked without error.
- Posts: 7
- Joined: 7 Feb 2021
It works, but shows this error. What limitations are you talking about?
- Site Admin
- Posts: 7212
- Joined: 9 Dec 2007
This means, this is not a problem that FFS can fix, most likely a bug in the web dav implementation. The best FFS can do is to show a warning and continue (instead of the error and abort as it was before). That's better than nothing, but it does not "work" in the sense that it does not pre-select the path in the folder picker as it should.