Not able to enable gallary view in web SDK

Thank you for your contributions @gdrums! To reiterate,

  1. Be sure your web page is either cross-origin isolated, or has Origin Trials applied. One or the other is sufficient (not sure if we’ve got that page up yet)
  1. If cross-origin is applied to your webpage, check to see if you have an expired origin trials token/certification. You can regenerate the origin trails token, is here Google’s troubleshooting guide for reference :
  1. Please make sure to sever your site over HTTPS and ensure you’ve allowed your browser access to the microphone and camera. You can enable a locally running server with a tool like ngrok.

https://ngrok.com/docs

Ngrok allows you to tunnel traffic to your server running on localhost through an HTTPS domain. You can then use the HTTPS domain for any configuration details needed by the Marketplace (including the OAuth redirect URL and the Home Page URL).

Let me know if this helps.

Best,
Donte