简体   繁体   English

在Chrome商店中发布电子表格插件

[英]Publish a Spreadsheet Add-on in the Chrome Store

I'm trying to publish a Spreadsheet Add-on following the the app scripts documentation but I get this error: 我正在尝试按照应用脚本文档发布电子表格加载项,但出现此错误:

Please fix the following errors: 请修复以下错误:

  • API Console project with the id specified in the manifest's api_console_project_id field, does not have Google Apps Marketplace SDK enabled. 在清单的api_console_project_id字段中指定ID的API控制台项目未启用Google Apps Marketplace SDK。 api_console_project_id api_console_project_id

Here you can see a screenshot: http://i.stack.imgur.com/s3w3h.png 在这里您可以看到屏幕截图: http : //i.stack.imgur.com/s3w3h.png

Inside the documentation it says: 在文档中说:

Do not upload a file in the Upload section at the top of the page; 不要上传页面顶部的上传部分文件; Apps Script generates this file automatically for you and uploading a separate file will cause the publication to fail. Apps脚本会自动为您生成此文件,并且上传单独的文件将导致发布失败。

As far as I know, the api_console_project_id is inside the manifest.json but it says that I should not upload anything, right? 据我所知, api_console_project_idmanifest.json里面,但是它说我不应该上传任何东西,对吧? (developers.google.com/apps-marketplace/listing#the_manifest_file) (developers.google.com/apps-marketplace/listing#the_manifest_file)

Does anyone know what do I have to do or why I can not publish? 有谁知道我该怎么办或为什么我不能发表?

Thanks! 谢谢!

Sorry I didn't saw your comment till now Mogsdad! 抱歉,到现在为止,我都没有看到您的评论!

Here is the solution 这是解决方案

I have found the answer to my problem (I swear I was looking for an answer during the whole day). 我已经找到问题的答案(我发誓我整天都在寻找答案)。 Anyway, what I had to do was described in Publishing Add-ons for Domain-Wide Installation. 无论如何,在发布用于域安装的加载项中描述了我必须要做的事情

This question gave the the clue: 这个问题提供了线索:

Error while publishing to chrome web store 发布到Chrome网上应用店时出错

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以发布未经验证的Google电子表格插件吗? - Can I publish Google spreadsheet add-on without verification? 当用户删除电子表格插件时,使用插件添加的文档属性存储是否继续保留? - When user delete spreadsheet add-on, the document properties store added with the add-on continues to remain? 私下发布加载项 - Publish an add-on privately 如何在Chrome网上应用店上发布Google Spreadsheet扩展程序? - How to publish Google Spreadsheet extension on the Chrome web store? 如何轻松发布加载项以避免对复制的电子表格进行重新授权请求? - How to easily publish add-on to avoid re-authorization request for a copied Spreadsheet? 电子表格附加清单时区 - Spreadsheet add-on manifest Timezone 从Chrome商店安装插件后,Google表格和文档脚本无法创建插件菜单 - Google Sheets & Docs Script fails to create add-on menu when add-on is installed from Chrome store Google文档或电子表格插件在G Suit和Chrome Webstore中作为Chrome扩展发布 - Google Document or Spreadsheet Add-on being published as Chrome Extention in G Suit and Chrome Webstore 像这样如何发布日历的附件? - How to publish an Add-On for Calendar as such? Google 电子表格插件变灰 - Google Spreadsheet Add-On Grayed out
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM