mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[GH-ISSUE #171] webdav: sync success but no file in webdav #160
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#160
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NanerLee on GitHub (Sep 19, 2018).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/171
Software versions
Steps to reproduce
Expected outcome
sync success and there will be a xbel file in my cloud storage
Actual outcome
sync success but no file exists in cloud storage
what's more, there is a strange phenomenon:
when i set Bookmarks file path as
bookmarks/bookmarks.xbel, it will tell me a networkerror: Unable to determine status of lock filethis phenomenon is similar to this link, but i am sure that i fill it with relative path and folders exist already on the server
@marcelklehr commented on GitHub (Sep 19, 2018):
Hey
I'm sorry you ran into trouble. Can you provide some (redacted) logs?
@ytf4425 Can you perhaps shed some light on this, as you also had trouble with nutstore?
@HugoHotzenplotz commented on GitHub (Sep 19, 2018):
I had the same problem using the same software.
My mistake was the Bookmarks file path. On my first try i used "bookmarks.xbel". I saw a sync success, but also had no file. The reason was: missing permissions. I then made a small modification and all was fine.
Software:
Options in Floccus:
WebDAV URL: https://FQHN:3006/
Username: xx
Password: xx
Bookmarks file path: home/bookmarks.xbel (folder home exists)
local folder: Root folder
reset cache [x]
Actual Outcome
in options:
✔ all good
Last synchronized: xx seconds ago
@NanerLee commented on GitHub (Sep 21, 2018):
@marcelklehr
this is sync success but no file:
this is change the path to
bookmarks/bookmarks.xbel, then fail@jlbprof commented on GitHub (Sep 21, 2018):
In webdav you need to create the directory first, then you can sync to it.
The webdav driver does not create directories.
On Thu, Sep 20, 2018 at 11:13 PM NanerLee notifications@github.com wrote:
@NanerLee commented on GitHub (Sep 25, 2018):
@jlbprof
@marcelklehr commented on GitHub (Sep 25, 2018):
I could reproduce this by not adding the nutstore folder to the bookmarks file path. The default nutstore folder is
我的坚果云/(see the sidebar on the left, where you can add more folders), so if you want your bookmarks file in there, use我的坚果云/bookmarks.xbelas the bookmarks file path. Also, be sure to use your mail address as the user name. The nutstore UI is a bit confusing. Let me know if this solves your issues :)@NanerLee commented on GitHub (Sep 26, 2018):
Thanks a lot @marcelklehr!
When i use
我的坚果云/bookmarks.xbelor我的坚果云/bookmarks/bookmarks.xbelas the bookmarks file path, it works.It is strange that the prefix --
我的坚果云is unnecessary for others webdav apps in offical Nutstore documents. Because it saves file in我的坚果云by default.Anyway, you solves my problem, thank you !
@github-actions[bot] commented on GitHub (Mar 21, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.