google-apps-marketplace

Google apps script application publish to google apps marketplace

戏子无情 提交于 2020-02-05 09:22:23
问题 Can I publish google apps script application to google apps marketplace? Thanks. 回答1: No you cant. You can publish to the chrome web store. Look up the gas documentation its explained there. 回答2: EDIT: You can now do that officially: Follow this link: https://developers.google.com/apps-script/guides/domain-wide-web-app I think you can. (I haven't tested yet),... Basically the "zip package" of a Google Script is conformed with two elements: An icon. A manifest file, which contents is this: {

To inline G-Suite marketplace button into a web page

梦想的初衷 提交于 2020-01-25 06:51:24
问题 We are having an app on G-Suite Marketplace (https://gsuite.google.com/marketplace). We want to inline the install button on our web pages. Currently, we are using the following code to embed Integrate with the Google button in our application. <div> <g:additnow applicationid="${marketplaceAppClientId}"><div class="loader"></div></g:additnow> </div> But the button rendered using this code is behaving a bit differently from the one present on the marketplace. Is it possible to have the same

To inline G-Suite marketplace button into a web page

谁说我不能喝 提交于 2020-01-25 06:50:09
问题 We are having an app on G-Suite Marketplace (https://gsuite.google.com/marketplace). We want to inline the install button on our web pages. Currently, we are using the following code to embed Integrate with the Google button in our application. <div> <g:additnow applicationid="${marketplaceAppClientId}"><div class="loader"></div></g:additnow> </div> But the button rendered using this code is behaving a bit differently from the one present on the marketplace. Is it possible to have the same

G Suite Marketplace SDK change visibility from My Domain to Public?

匆匆过客 提交于 2020-01-24 15:40:34
问题 I've enabled a G Suite Marketplace SDK but initially I set the Visibility to "My Domain" so I could test in isolation on my domain. Now I want to set it to Public but that setting is disabled. Warning: Once you select and save a visibility setting, you cannot change it later. (https://developers.google.com/gsuite/marketplace/sdk) However I can't even disable/delete that API configuration and recreate it, so I can set it to public. Is there any way to change this GSuite Marketplace API

Gmail contextual gadget doesn't appear after GAM SDK Test install

丶灬走出姿态 提交于 2020-01-23 02:42:10
问题 I cannot manage to see a contextual gadget in Gmail after Test Install Flow in Google Apps Marketplace SDK. These are the steps I took to create the project, logged as a domain administrator: create Google Apps console project create OAuth2 client enable GAM SDK configure the SDK page with COB extension: Extractor Url: google.com:HelloWorld GadgetUrl: URL of gadget spec Extractor param name: Test Extractor param value: .* Scopes: Mail - Subject Line, Mail - Message Body I didn't add any

Gmail contextual gadget doesn't appear after GAM SDK Test install

假装没事ソ 提交于 2020-01-23 02:42:05
问题 I cannot manage to see a contextual gadget in Gmail after Test Install Flow in Google Apps Marketplace SDK. These are the steps I took to create the project, logged as a domain administrator: create Google Apps console project create OAuth2 client enable GAM SDK configure the SDK page with COB extension: Extractor Url: google.com:HelloWorld GadgetUrl: URL of gadget spec Extractor param name: Test Extractor param value: .* Scopes: Mail - Subject Line, Mail - Message Body I didn't add any

Missing scopes in google apps marketplace

柔情痞子 提交于 2020-01-17 11:35:47
问题 I have published an app on the Google Apps Marketplace. My project includes all the required scopes and yet these are not present when the app is installed meaning that following installation the user is being asked for permission to use scopes which should already be enabled - this breaks SSO. Scopes are listed - as you can see here: https://workbooks.box.com/s/p7qpsx6uotwj5eg6ltrg ... /auth/userinfo.email ... /auth/userinfo.profile ... /auth/calendar ... /auth/tasks ... /auth/drive ...

Is there a way to skip the “Your domain administrator has approved” page in Apps Marketplace Oauth2?

核能气质少年 提交于 2020-01-16 18:33:09
问题 I have a Google Apps Marketplace (v2) app I am working on setting up Oauth2 for. I've got everything working, but for some reason when I do a redirect to the authentication page, after, after you select which Google account to use (if like you're me and are testing, you have to pick one of several Google accounts you're currently signed into), I get sent to another page which seems utterly pointless: This is bizarre and annoying, because I am logging in as the domain administrator! Does

403, If-Match or If-None-Match header or entry etag attribute required

故事扮演 提交于 2020-01-14 05:07:48
问题 Background Info I am Using python gdata spreadsheet-api with OAuth2.0 and certificate credentials to access data in a google apps domain I am trying to insert a row into a spreadsheet using spreadSheetClient = SpreadsheetsClient() # Certificate Authentication .... spreadSheetClient.add_list_entry(list_entry=list_entry, spreadsheet_key=spreadSheetKey, worksheet_id=workSheetId) where list_entry is an instance of gdata.spreadsheets.data.ListEntry and spreadsheetKey and worksheetId are instances

Is it possible to publish a Google Apps Script Web App to G Suite Marketplace?

纵然是瞬间 提交于 2020-01-11 06:16:51
问题 I know it is possible to publish a Google Script Web App to Chrome Web Store, but it's possible to publish in Google Suite Marketplace? There's no "Publish to Marketplace" option in GAS editor, but I've looked at a Google Script-based apps manifest files from Chrome Web Store, and I think there's a possibility to do it. Unfortunately, I have some troubles with the last step of publishing (filling out the Google G Suite Marketplace Listing Review Request) so I'm not sure if a Google Script