简体   繁体   中英

“An unexpected error occurred…" when enabling the Google Apps Marketplace SDK

When creating a new Google Apps Console project and enabling the Google Apps Marketplace SDK, after the initial saving of the SDK details all subsequent tries to access the SDK page result in an error: “An unexpected error occurred. We're looking into this.”

The application is a contextual gadget with a custom extractor, and the problem repeats itself on multiple projects. The first time it happened in an older project, and then a newly created one got the same problem almost immediately after saving the SDK page.

I believe you have uncovered one bug but there is a workaround. The Developer Console UI does become broken when you leave the extractor param name or value as empty. These are both required fields. For the param value you can put in a ".*". This used be the same as blank/empty before.

I was able to build this simple COB gadget that worked. You will have to TEST INSTALL as the admin but will likely test the COB gadget as an domain user (recommend you test in separate chrome profile or browser).

Here is my simple spec - https://googledrive.com/host/0B0JNj_IM2wiPb1NaX1B0S29MQlE/helloworldgadget.xml And I used one of the prebuilt HelloWorld extractor from here - https://developers.google.com/gmail/contextual_gadgets#using_pre-canned_extractors

Let me know if this helps and are able to work around this.

在此处输入图片说明在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM