Load File Picker & Oracle Object Storage
Summary
Load file from VBCS to Object StorageContent
Hi Experts,
My Requirement is to pick a file (Any format, */*) in VBCS using File Picker and upload into Oracle Object Storage.
Created Service connection, if i push as data its creating as file in Object Storage successfully.
If I am trying to load a file (jpg,pdf etc.) into Object Storage , REST call is failing with 400 error code. Tried converting file content into base 64 and pushing that is also not working.
my Rest endpoint format /n/{namespace}/b/{bucket}/o/{Object}, Method Put, Used OCI API Signature Version.
Thanks & Regards,
0