Unable to load image from file store in Web Client

Unable to load image from file store in Web Client

Kindly make sure that the user is signed in for the image to be rendered. 
    • Related Articles

    • Need to access files from File Store for Web Client Hosting

      If your application is hosted in Catalyst, then you can use the download link of the file itself to render the same in your Web Client.  For Example : <img src=“/baas/v1/project/1611000000****/folder/1611000000012142/file/16110000000*****/download> ...
    • Catalyst Web Client inacessible

      You might have enabled API Gateway for your project. If you have enabled API Gateway, the URLs of all your newly created web client(html) files and functions will become inaccessible until you create APIs for them. You can create an API for your ...
    • Online IDE for Web Client Hosting

      As of now, we do not have the support for built in IDE inside the Catalyst console for web client hosting. You have to work with the client files locally and then upload the same. Instead, we would suggest you to use the Catalyst CLI which will help ...
    • File in Catalyst File Store; Get file name

      You can use the getFileDetails method available in the Node SDK in order to get the name of a file before downloading it. A sample code snippet for getting file name and other file details is as follows :      let filestore = app.filestore();     let ...
    • File upload code samples

      For all file operations like uploading, downloading files from the File Store we've created a sample repository that can be accessed here.