Hi all,
APEX Version: 24.1.6
DB Version: 23ai
We want to query on the list of documents in our object storage. We are using the APEX build-in REST data sources.
I'm able to pass in a parameter to set the prefix and “define” the folder.
But apparently each such folder could hold more then 1000 documents. According to the documentation of the ListObjects API (https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/Object/ListObjects) there is a maximum of 1000 documents that it can return.
How can I search on all our documents (even beyond 1000)?
Thx in advance for any idea's or workarounds.
Kind regards