-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
{http://owncloud.org/ns}id The fileid namespaced by the instance id, globally unique
{http://owncloud.org/ns}fileid The unique id for the file within the instance
Computing fileid out of id is not that reliable, so better store/use fileid:
OCFile:
id: internal android file id (primary key)
remoteId: {http://owncloud.org/ns}id
localId: {http://owncloud.org/ns}fileid
juliusknorr