tylerjrichards / st-paywall

A python package for creating subscription Streamlit apps
MIT License
266 stars 52 forks source link

How to let google to verify site ownership on streamlit.app? #35

Open hugozhu opened 1 year ago

hugozhu commented 1 year ago

To publish google oauth client, google requires to verify site or url ownership ( https://support.google.com/webmasters/answer/9008080?hl=en ) . How can I do that for streamlit app hosted on streamlit.app like https://subscription.streamlit.app/ ?

Thanks a lot!

tylerjrichards commented 11 months ago

hey Hugo, I didn't have to do this for my example at all, is there some error popping up making you do this?