-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth URL from non-google service is not rendering on CardService (Gmail addon) #452
Comments
This appears to be an issue with add-ons, and not this library. That said, I think the issue likely is due to you not adding monday.com to your URL allowlist: https://developers.google.com/apps-script/add-ons/concepts/workspace-manifests#allowlist |
Hi @thebinod7 , im also working on similar addon. so after OAuth how do i refresh the existing card automatically and display another card? |
You have to check before card render, if you have accessToken go to Card1 else go to Card2 |
for a user who don't have access he has to go to OAuth(card1), after this step now my user have accesstoken so the UI should refresh automatically and show card2 however this is not happening and user have to manually refresh the addon. I hope you understood my point? |
yes, it's like
|
hi binod, do you have any idea on how to create checkbox in the gmail add-on? and also how to change font family? |
Hi, you can create checkbox using google card service: https://developers.google.com/apps-script/reference/card-service/selection-input Also, can use setFontFamily method for changing font family: https://developers.google.com/apps-script/reference/slides/text-style#setFontFamily(String) |
but setFontFamily() doesn't exist in the context of gmail addon it is for
googleSlides.
…On Wed, Aug 23, 2023 at 1:53 PM Binod Chaudhary ***@***.***> wrote:
Hi, you can create checkbox using google card service:
https://developers.google.com/apps-script/reference/card-service/selection-input
Also, can use setFontFamily method for changing font family:
https://developers.google.com/apps-script/reference/slides/text-style#setFontFamily(String)
—
Reply to this email directly, view it on GitHub
<#452 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB6QDDLPUVGXFOFQSBX7HBDXWW4YDANCNFSM6AAAAAA2FTYYVU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I am using Oauth service to connect with third party service (Monday.com) using this library but, Authorize button only rendered if Oauth URL is from Google. I want this URL(https://auth.monday.com/oauth2/authorize) to be rendered on Card to trigger but I get an error. However, if the URL is google based, it is rendered. Below is screenshot:
The text was updated successfully, but these errors were encountered: