You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
jon@home: skicka is connected to this account, this account owns someDocs/
jon@family: this account has write access to a jon@home folder, someDocs/
Steps to Reproduce
Step 1: Write & Share a File from Other Acct
jon@family writes a new PDF into someDocs/, this means:
new PDF is owned by jon@family
but jon@home can see it in a drive.google.com web UI[1]
Step 2: Download Said File from Owner Acct
jon@home does:
cd someDocs/ && skicka download someDocs/ ./ # no new PDF appears :(
Debugging & Fixing
I don't see anything obvious in gdrive/gdrive.go logic that explicitly says to avoid sharedWithMe files when downloading. Anything else to look for to help fix this? (Assuming this is indeed an issue with skicka's request)
[1]: because the whole folder and its contents are shared
The text was updated successfully, but these errors were encountered:
I have many problems with skicka also not seeing files, though I'm not sure if this is the same bug. All the files in a folder are owned and shared by the same user, but skicka will randomly miss the first few. I am sometimes able to fix it by deleting then restoring those files on Google Drive.
background/scenario I have two drive accounts,
Steps to Reproduce
Step 1: Write & Share a File from Other Acct
jon@family writes a new PDF into someDocs/, this means:
Step 2: Download Said File from Owner Acct
jon@home does:
Debugging & Fixing
I don't see anything obvious in gdrive/gdrive.go logic that explicitly says to avoid sharedWithMe files when downloading. Anything else to look for to help fix this? (Assuming this is indeed an issue with skicka's request)
[1]: because the whole folder and its contents are shared
The text was updated successfully, but these errors were encountered: