Issue with Downloading Files from Oracle Object Storage in Deployed VBS/VBCS App
Summary:
I have a VBS application where I download files from an Oracle Object Storage bucket. Within the bucket, I have created a folder to store files, which can then be downloaded from the UI.
When using a single folder, everything works fine—I can successfully download the file. However, if I create a subfolder within the folder, the download stops working. Interestingly, this works perfectly in the VBS development console, but once deployed, the application fails with a “Bad Request” error.
Here’s how I’m constructing the URLs (Sample URLs):
•For a single folder:
https://objectstorage.ap-mumbai-1.oraclecloud.com/n/{namespaceName}/b/{bucketName}/o/{folderName}/{objectName}
0