cryptomator-ios icon indicating copy to clipboard operation
cryptomator-ios copied to clipboard

Support for OneDrive/Office365 Groups folders

Open abgit opened this issue 7 years ago • 3 comments

Feature request to support OneDrive Groups.

OneDrive has personal folders, shared and groups.. and cryptomator only supports personal folders. We cannot add a vault inside a group. When we add a OneDrive vault, cryptomator only displays the OneDrive personal folders.

abgit avatar Jun 30 '17 09:06 abgit

That's interesting. I'm quite certain that we support shared folders as well, hence the fix for #29.

Will have to look into groups, I'm not familiar with that concept in OneDrive yet. Thank you for pointing that out!

tobihagemann avatar Jun 30 '17 09:06 tobihagemann

Seems that OneDrive groups files are some sort of a sharepoint library implementation. When you create a Office365 group, a sharepoint portal is created on background and a special onedrive group too. You must go office365 -> select portal group -> site documents (and this is the onedrive group files).

These onedrive groups sound like more sharepoint shared folders :) Maybe that's why microsoft says on their api.. "Drive resource type - The drive resource is the top level object representing a user's OneDrive or a document library in SharePoint."

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/drive

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/item_list_children

GET /me/drive/root/children
GET /me/drive/items/{item-id}/children
GET /me/drive/root:/{item-path}:/children
GET /drives/{drive-id}/items/{item-id}/children

GET /groups/{group-id}/drive/root/children
GET /groups/{group-id}/drive/items/{item-id}

abgit avatar Jun 30 '17 10:06 abgit

Thank you for the info and references! :+1:

tobihagemann avatar Jun 30 '17 10:06 tobihagemann