Apps-Script-Gmail-Push-Notifications-v2 icon indicating copy to clipboard operation
Apps-Script-Gmail-Push-Notifications-v2 copied to clipboard

How to verify domain after sunset of publish to Chrome Web Store?

Open joeburkeosco opened this issue 4 years ago • 4 comments

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.

joeburkeosco avatar May 18 '21 13:05 joeburkeosco

i also struggle at the same step, is there a workaround.

huynhducloi00 avatar Jan 10 '22 03:01 huynhducloi00

You no longer need to verify the URL. I will send a pull request with an updated README in addition to a scope fix.

johnvilsack avatar Apr 30 '22 23:04 johnvilsack

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

johnvilsack avatar May 01 '22 00:05 johnvilsack

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

nevatia avatar Apr 09 '23 16:04 nevatia