Hello!
I am working on integrations to Box and it appears that there is no way for us to explicitly define the Folder ID (either via. API or in UI).
Is this true?
If so, is this feature something that is on the roadmap for the Box team?
Not having the ability to do this will mean I need to query the applicable parent folder(s), cache every folder contained in the parent folders with their Name and Folder ID (there will be thousands of folders), and then reference that cache for every record to see if the folder already exists or if one needs to be created.
If we were able to define the Folder ID, I would be able to set the Folder ID to the unique ID in my source system to remove the need for all of this lookup. Because we don’t have the ability to do this, an integration process we thought would be doable is now raising performance concerns due to how heavy the process is.