Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The risk with using GoogleDrive.AllowSharedWithMe is you can either end up with skipped transfers or duplicate transfers because "shared with me" items most likely have multiple parents within the scope of the sharer's account.

Stub:

  • Document how to propagate domain level permissions (share via link)
  • Use Exclude Shared when you want SkySync to propagate permissions; the destination will not yield the same folder structure because the destination may have a different sharing scheme (e.g. Box shares show up on root only).
  • To duplicate the exact data structure you should have exclude shared off and do NOT propagate permissions.

Caveats:

GoogleDrive.AllowSharedWithMe → use true only if you know you are not transferring the whole drive=, otherwise you risk duplication.

Content created in a share will be seen as not shared by sharer and shared by everyone else. If that data resides somewhere else it could yield duplication.

Edge case: permission transfer on files?? Google to Box