Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include shared items #10107

Closed
cyberduck opened this issue Oct 12, 2017 · 2 comments
Closed

Include shared items #10107

cyberduck opened this issue Oct 12, 2017 · 2 comments
Assignees
Labels
feature fixed onedrive OneDrive Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

@AliveDevil created the issue

Cyberduck should support listing RemoteItems (Shared-Items) on OneDrive.

Documentation: https://docs.microsoft.com/de-de/onedrive/developer/rest-api/resources/remoteitem

{
    "name": "Stuff",
    "remoteItem": {
        "folder": {
            "childCount": 24,
            "view": {
                "viewType": "thumbnails",
                "sortBy": "name",
                "sortOrder": "ascending"
            }
        },
        "size": 532697885,
    }
}
@cyberduck
Copy link
Collaborator Author

@dkocher commented

The remoteItem resource indicates that a driveItem references an item that exists in another drive. This resource provides the unique IDs of the source drive and target item.
DriveItems with a non-null remoteItem facet are resources that are shared, added to the user's OneDrive, or on items returned from hetrogenous collections of items (like search results).
Note: Unlike with folders in the same drive, a driveItem moved into a remote item may have its id value changed.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 8da5d82.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature fixed onedrive OneDrive Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants