Hello folks,
I am working a web application where i need display images from oracle object storage.
All the images store in object storage with imageID and same id we store in database also.
First scenario :- The images store with different version's and all. I am to getting the src url of that image with the using rest API but when i am binding with front end .. it doesn't display image .
Second Scenario :- While debugging the application i come to know, if i have check same image in object storage content management page with image id, it showing there but unable to show in web application. After viewing image in oracle content management window, now if i am refreshing web application ,, it show perfectly .. i am in bit confusion where i am missing.
Dear friends can you help me on this ??