Apps-Script-Gmail-Push-Notifications-v2
Apps-Script-Gmail-Push-Notifications-v2 copied to clipboard
How to verify domain after sunset of publish to Chrome Web Store?
There is no longer an option to publish an Apps Script Web App to the Chrome Web Store. How do you go through the domain verification step for the Web App url? I've tried the meta tag with a doGet function, but can't seem to get the domain verification to stop appending a '/' at the end of the url which causes it to fail.
i also struggle at the same step, is there a workaround.
You no longer need to verify the URL. I will send a pull request with an updated README in addition to a scope fix.
New README and changes for the new editor can be viewed here: https://github.com/johnvilsack/Apps-Script-Gmail-Push-Notifications-v2/tree/gsapp-scope-change
Error: { "error": { "code": 400, "message": "Invalid topicName does not match projects/sys-08684308002273372113246392/topics/", "errors": [ { "message": "Invalid topicName does not match projects/sys-08684308002273372113246392/topics/", "domain": "global", "reason": "invalidArgument" } ], "status": "INVALID_ARGUMENT" } } how to resolve? getting in watchEmail @ helpers.gs:51 enrollEmail @ main.gs:29