Google Apps Marketplace UserLicense是Google Apps Marketplace中的一种许可证,用于控制用户对于Sheets附加组件的访问权限。要从应用程序脚本访问Google Apps Marketplace UserLicense,可以按照以下步骤进行:
{
"oauthScopes": [
"https://www.googleapis.com/auth/appsmarketplace.license"
]
}
这将授予应用程序脚本访问Google Apps Marketplace UserLicense所需的权限。
function getUserLicense() {
var license = LicenseApp.getLicense();
Logger.log(license);
}
这将打印出UserLicense的详细信息,包括许可证的状态、到期日期等。
对于腾讯云相关产品,由于要求不能提及具体品牌商,建议参考腾讯云的应用程序脚本开发平台,该平台提供了类似Google Apps Script的功能,可以用于开发和管理应用程序脚本,并与腾讯云的其他产品进行集成。具体产品和介绍链接地址可以在腾讯云官方网站上进行查找。
领取专属 10元无门槛券
手把手带您无忧上云