-
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
Milestone
Description
Please agree to the following
- I have searched existing issues for duplicates
- I agree to follow this project's Code of Conduct
Summary
Shortcuts from Shared Drives to My Drive are empty, so adding vaults from there fails and no new vaults can be created
System Setup
- Android: X
- Cryptomator: YCloud Type
Google Drive
Steps to Reproduce
- On Google Drive, go to "Shared drives"
- Right-click on a non-empty folder and "Add shortcut to Drive"
- Select "My Drive"
- Open Cryptomator, try to add an existing vault or try to create a new vault
Expected Behavior
In case of
- adding a vault: the vault is added
- creating a vault: the vault is created
Actual Behavior
In case of
- adding a vault: the shared folder is empty so the vault folder can not be selected
- creating a vault: in the create vault dialog a "NotFound" error is shown after specifying the name and hitting "Create"
Reproducibility
Always
Relevant Log Output
No response
Anything else?
Adding
fileListQuery.includeItemsFromAllDrives = true
fileListQuery.supportsAllDrives = true
fixes the problem, see https://developers.google.com/drive/api/guides/enable-shareddrives for further information.