Skip to content

Use fileId instead of relying on remoteID #8566

@tobiasKaminsky

Description

@tobiasKaminsky

{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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions