Hi all,
I'm trying to use this route with appsscript to list domains that installed my add-on
https://appsmarket.googleapis.com/appsmarket/v2/licenseNotification/{applicationId}
on applicationId I put project number, but the response is an HTTP 403.
{
"error": {
"code": 403,
"message": "Not authorized to access the application ID",
"errors": [
{
"message": "Not authorized to access the application ID",
"domain": "global",
"reason": "forbidden"
}
]
}
}
I’m already enabled the Google Workspace Marketplace SDK and Google Workspace Marketplace API.
Does anyone know what can be?
This is the reference https://developers.google.com/workspace/marketplace/reference/rest
--
You received this message because you are subscribed to a topic in the Google Groups "Google Apps Script Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-apps-script-community/Ogp0z55yD10/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/5c7b0c8c-9b79-4b32-96de-f54da4163792n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/c39e1ff3-ca10-48e5-827b-f5fe3fa12212n%40googlegroups.com.