Hi there
The previous method demonstrated by Ed (Wix) on this post is no longer working.
let imageUrl =`https://static.wixstatic.com/media/${fileName}`;
This URL is now returning a Forbidden message. Any ideas?
Help is appreciated.
Hi there
The previous method demonstrated by Ed (Wix) on this post is no longer working.
let imageUrl =`https://static.wixstatic.com/media/${fileName}`;
This URL is now returning a Forbidden message. Any ideas?
Help is appreciated.
You should save the mediaId returned by the startUpload() function and then use the mediaId to get the URL from the wix media backend api
Thank you Shan, I’ll give it a try
Hey Ahmad,
Can you show me the URL that you are using.
The URL below worked for me. Check that you have the correct file name, which is not the nice user-friendly filename, but the ugly internal one.
https://static.wixstatic.com/media/81c916_47c1267cd1974c8fa10d10c92501cd9b~mv2.jpg
It’s showing a Forbidden message on the page body.
I know that it’s not the nice friendly name.