Content
View differences
Updated by Andreas Pfohl almost 3 years ago
* [ ] Use FileInfo endpoint with a list of FileIds from the file links of that project to fetch the paths
* [x] Introduce FileIdQuery
* [ ] (Maybe extract file info request into a `FileInfoQuery`)
* [ ] While copying:
* Check if source is in project folder
* yes
* Use FileQuery to fetch ID of file at new location
* Create copied file link with new FileID
* no
* Just copy file link as before
* [x] Introduce FileIdQuery
* [ ] (Maybe extract file info request into a `FileInfoQuery`)
* [ ] While copying:
* Check if source is in project folder
* yes
* Use FileQuery to fetch ID of file at new location
* Create copied file link with new FileID
* no
* Just copy file link as before