Closed zany130 closed 2 months ago
Additional context the same share point configured in onedrive from abraunegg works fine tried the full re-sync option with no luck
Can you provide more context on this statement? The GUI is using onedrive from abraunegg to perform the sync.
I don't see any obvious issue in the log. Are you saying that when you run the sync from CLI using command:
/home/linuxbrew/.linuxbrew/bin/onedrive --confdir='/home/zany130/.config/onedrive/accounts/SharePoint_All_Company_Documents' --monitor -v
, you see a different outcome then in the GUI? Can you share the console output?
And what output is generated when you do a full re-sync?
/home/linuxbrew/.linuxbrew/bin/onedrive --confdir='/home/zany130/.config/onedrive/accounts/SharePoint_All_Company_Documents' --monitor -v --resync --resync-auth
no longer getting this issue.
the problem was that the library id the GUI grabbed was incorrect
going through the add profile wizard it setup
b!-Nyaugh2z02kOwjveahvn9Jhqrmk9iNLmBBSAvhNwnh6TYSlSL2ZQqULllzPatT5
as my drive id
according to
onedrive --get-O365-drive-id mysharepoint
that drive id does not exist and the correct id is
b!-Nyaugh2z02kOwjveahvn9Jhqrmk9iNLmBBSAvhNwnh6TYSlSL2ZQqULllzPatT6
so somehow the wizard replaced the 6 at the end with a 5
, you see a different outcome then in the GUI?
Yes I was getting a different result when I manually ran
onedrive --confdir="~/.config/SharePoint_Documents" --synchronize --verbose
it actually started syncing as it was using the correct drive id.
On the GUI app image it would either complain about needing a re-sync or everything already being done.
I change the drive ID in onerdivegui sync options under advanced properties to the correct ID and now it is syncing my files no problem
Happening again only this time one drive GUI has the correct drive ID yet it does not sync any files. it apparently doesn't see any files
it also randomly access me to reatuhenticate
again cli onedrive works fine
Can you please share the full log of the same sync action from when you use just the CLI and then just the GUI? I need to see what you're doing differently.
Same thing is happening again on v1.1.0
of the GUI and 2.5.0
of the client
GUI seems to get one drive_id which is incorrect while doing
onedrive --get-sharepoint-drive-id '********'
gives me the right one
the GUI pull a drive_id that the CLI doesn't even see so no idea where the GUI is getting its drive-id
Getting this same issue again on v1.1.0
of the GUI and 2.5.0
of onedrive
.
It seems that once again, the GUI is getting a wrong drive_id; actually, the drive id that the GUI gets does not exist on the share point site according to
onedrive --get-sharepoint-drive-id '***********'
as you can see here
cat .config/onedrive/accounts/SharePoint_All_Company_Documents/config
sync_dir = "/home/zany130/SharePoint_All_Company_Documents"
drive_id = "b!BCfTVfGDT0er1YwSJCXx9AjMIbrTm2dBgeZp7OmF5zw_pXCs90MZSpMbBORw_S5J"
check_nosync = "true"
sync_root_files = "true"
onedrive --get-sharepoint-drive-id '*********' | grep b!BCfTVfGDT0er1YwSJCXx9AjMIbrTm2dBgeZp7OmF5zw_pXCs90MZSpMbBORw_S5J
╭─ ~ ──────────────────────────────────────────────────────────────────────────────── ✘ 0|1 4s 11:15:13 AM ─╮
╰─❯ ─╯
so no idea where the GUI is getting
b!BCfTVfGDT0er1YwSJCXx9AjMIbrTm2dBgeZp7OmF5zw_pXCs90MZSpMbBORw_S5J
that doesn't exist
Describe the bug Sharepoint libraries do not sync when using OneDriveGUI (works in onedrive)
To Reproduce
Expected behavior files are synced
Screenshots If applicable, add screenshots to help explain your problem.
Log
System Info
OneDriveGUI info How did you install OneDriveGUI?: [AppImage What is the name of the AppImage file (if applicable)? : OneDriveGUI-1.0.3_fix150-x86_64.AppImage
Additional context the same share point configured in onedrive from abraunegg works fine
tried the full re-sync option with no luck