You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API seems to be missing an endpoint to get a DriveItem via id: GET /v1beta1/drives/{driveid}/items/{itemid}
The Web client currently mitigates this issue by loading all shares via /sharedByMe or /sharedWithMe and then filtering the result by id. This is obviously a quite expensive workaround.
The API seems to be missing an endpoint to get a
DriveItem
via id:GET /v1beta1/drives/{driveid}/items/{itemid}
The Web client currently mitigates this issue by loading all shares via
/sharedByMe
or/sharedWithMe
and then filtering the result by id. This is obviously a quite expensive workaround.cc @micbar @rhafer
The text was updated successfully, but these errors were encountered: