Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Cannot access shared folder, when I'm not the owner in OneDrive #29

Closed
tobihagemann opened this issue Apr 30, 2016 · 3 comments
Closed

Comments

@tobihagemann
Copy link
Member

When someone else shares a folder with me, it's falsely shown as a file in the directory browser. That's why it's impossible to navigate inside a shared folder of which I'm not the owner.

@tobihagemann
Copy link
Member Author

I've discovered that OneDrive's API handles shared folders differently: OneDrive/onedrive-sdk-ios#91

That's why I'll postpone this fix to the next patch (following 1.1). 😕

@tobihagemann tobihagemann modified the milestones: 1.1.1, 1.1 May 5, 2016
@tobihagemann tobihagemann modified the milestones: 1.x, 1.1.2 May 20, 2016
@tobihagemann
Copy link
Member Author

Update: Looks like our OneDrive implementation needs some reworking. Not sure if we have to switch to an ID-based (instead of path-based) approach completely, or only for shared folders.

@tobihagemann tobihagemann modified the milestones: 1.2, 1.x May 27, 2016
@tobihagemann
Copy link
Member Author

Fixed. Switched to an ID-based approach (almost identical to Google Drive). A mixed approach (IDs of shared folders (aka remoteItem) + remaining path) would've been technically possible. But it wouldn't have made much sense for uncached paths, because you don't know where the remoteItem begins.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant