I have uploaded as per Oracle Documentation but didn't get in same format. here is postman screenshot next when get request for same file is here after getting from server.my docx file
please let me know what i missed. thanks in advance.
How can Upload the Docx, Doc file on Cloud Server Storage
76 views Asked by Adesh Mishra At
1
You used POST in your postman call, instead of PUT. POST in this case is used as the command for creating or updating the metadata, not the object.
Try it with PUT instead.
See the Oracle Cloud Storage documentation for this as well.