Unable to deploy Contextual Gadget using Google Apps Extensions Console

夙愿已清 提交于 2019-11-29 21:17:57

问题


Following these instructions: https://developers.google.com/google-apps/extensions-console/

I am unable to deploy an in-house Contextual Gadget to a Google Apps Domain.

Creating, assigning Manifest/Extractor(including validation) and deploying appear to work fine, however Granting Access results in a 302 (redirect) to the Google Apps Admin Console and the Gadget does not show up in the Marketplace Apps Management console.


UPDATE - Developed a workaround

1) Follow instructions https://developers.google.com/google-apps/extensions-console/

2) Then go to https://console.developers.google.com/project and select your project

3) APIS & OAUTH -> Credentials -> Create new ClientID

4) Select “Service account” then “Create Client ID”

5) The private key is not necessary for this process and can be discarded. Press “Okay, got it” button.

6) Go back to the Marketplace Apps console: https://admin.google.com/AdminHome#AppsList:serviceType=MARKETPLACE and select your project

7) Select “Data access”, then “Grant Data Access”

The Contextual Gadget should now be deployed and have the correct permissions


回答1:


The way described at https://developers.google.com/gmail/contextual_gadgets seems to be totally outdated. Even the form in the Google Apps console for gadgets seems to be outdated.

You need to follow this description: https://developers.google.com/apps-marketplace/preparing

Contextual Gadgets are now developed using the API console (not app console) and there is a form to create the extractors etc.



来源:https://stackoverflow.com/questions/24500715/unable-to-deploy-contextual-gadget-using-google-apps-extensions-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!