When you need Folder ID for setting the Parent ID to set the location of the file when creating or copy a document with https://developer.lucid.co/reference/createorcopyorimportdocument.
https://api.lucid.co/documents
The parent must be an integer as said in the doc.
But if you want to use:
“My documents”,
“Team folders”,
“Shared with me”
the folder ID are respectively (extracted from the url):
folder_id=home
folder_id=project
folder_id=shared
This appears to be very strange to me and moreover we cannot use these values as parameters when using this API.
Any help will be appreciated.
Best regards.