How To Generate & Use OCI Pre-Authenticated Requests from APEX
Introduction
Sometimes you need to give a user or another system temporary access to get or upload files from/to Oracle Cloud Infrastructure (OCI) Object Storage. This temporary access is achieved using Pre-Authenticated Requests. Pre-Authenticated R...
blog.cloudnueva.com6 min read
Jonathan Kearney
Oracle Developer
Thanks Jon, excellent yet again - just what I needed. I never was happy about dynamically copying files into an OCI pre-authenticated tmp folder for browser access. This looks like the correct approach, cheers