-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Add support for working with shared items #70
Comments
Is the work still in progress? |
I found rclone worked better for this purpose |
FYI - rclone does not take into account various SharePoint oddities that modifies your file post upload - thus leaving you multiple different versions of files. The only client that handles these oddities is the 'onedrive' client that I develop. |
Yes, but I can be a bit slow at implementing things... this project was started as a for-fun project and I work on this in my spare time as life permits. If not having support for shared items is a must-have, I suggest watching this repo (it's an option on the frontpage of the repo next to the "star" button and tell it to notify you on new releases. In the meantime, @abraunegg's suggestion to use |
Thank you for the quick response. Will keep a watch on this repo and will use abraunegg/onedrive until then. |
I took a stab at this over the last few days and have stuff semi-working - left to do/things that need to be fixed somehow:
|
Hey @jstaf, awesome work here! Is this issue still being worked on? |
Hey @jstaf i am interested in this too. Appreciate your work!! Thanks |
Started working on this in the
shared-items
branch. So far it seems like shared items are identical to normal items, with the addition of aremoteItem
facet (nothing special aside from the fact that theparentReference
of the remoteItem has a different drive id). Support can be handled easily with two caveats:/drives/<drive-id>/items/<item-id>
instead of just/me/drive/items/<item-id>
The text was updated successfully, but these errors were encountered: