google / skicka

Command-line utility for working with Google Drive. Join the mailing list at https://groups.google.com/forum/#!forum/skicka-users.
Apache License 2.0
1.3k stars 119 forks source link

it appears files shared with me, which i place in my folders, are unseen by skicka #95

Open jzacsh opened 9 years ago

jzacsh commented 9 years ago

background/scenario I have two drive accounts,

jon@family writes a new PDF into someDocs/, this means:

  1. new PDF is owned by jon@family
  2. 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

hftf commented 9 years ago

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.