- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 03:33 PM
I am creating a document in Nuxeo. In the response of document creation API, changeToken is 0-0 and when I am fetching same document by uid changeToken is 3-0. Why I am getting different values without making any changes in the document?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 04:12 PM
This is due to background asynchronous processes that update the document after its creation. Coming to mind are fulltext extraction and thumbnail computations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 04:12 PM
This is due to background asynchronous processes that update the document after its creation. Coming to mind are fulltext extraction and thumbnail computations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 04:31 PM
Thanks [Florent Guillaume](https
