google-apps-marketplace

Is it possible to publish a Google Apps Script Web App to G Suite Marketplace?

╄→гoц情女王★ 提交于 2020-01-11 06:16:43
问题 I know it is possible to publish a Google Script Web App to Chrome Web Store, but it's possible to publish in Google Suite Marketplace? There's no "Publish to Marketplace" option in GAS editor, but I've looked at a Google Script-based apps manifest files from Chrome Web Store, and I think there's a possibility to do it. Unfortunately, I have some troubles with the last step of publishing (filling out the Google G Suite Marketplace Listing Review Request) so I'm not sure if a Google Script

Does the new Google OAuth 2 Implementation for Google Apps Marketplace Support Java in addition to Javascript?

ぐ巨炮叔叔 提交于 2020-01-06 15:19:14
问题 Per this announcement by Google this week: http://googleenterprise.blogspot.com/2013/11/third-party-apps-now-easier-to-find-and.html Google now supports OAuth 2 for App Marketplace apps, but the examples are all Javascript, we currently have a server side flow and I am wondering if this will still be supported and if there are any examples yet available? Thanks! 回答1: The new Google Apps Marketplace experience fully supports using Java for your server-side authorization flow. You can use the

What is the easiest way to detect whether a user is logged in via google apps marketplace?

霸气de小男生 提交于 2020-01-04 19:19:47
问题 I have a web application which users log into using google oauth2. I have a google apps marketplace listing for this application, and some portion of the google oauth2 users didn't need to grant permission to my application because their google apps domain administrator did it while installing the apps marketplace listing. I'd like to be able to detect this second group of users, to analyze how frequently the apps marketplace listing is being used to log into my application. At the moment all

Google Drive SDK - Drive Integration Install URL

a 夏天 提交于 2020-01-02 14:52:39
问题 In Google Console, Drive SDK integration, there is section for Drive Integration. In there, is a field for Install URL. It says: This URL is used when you want to install this application in Google Drive. The help button links to web install help page. Question - how exactly is Install URL used? Where in the install process, the Install URL used? My guess is that user is redirected to install url after authorization. However, I specified this Install URL and when I try testing install flow,

Issue in Web App publishing in Google Marketplace

我只是一个虾纸丫 提交于 2020-01-02 04:48:09
问题 I published my Apps Script Web App to the Google Apps Marketplace. After 5-7 days of reviewing, they shared a doc with Web App details with me and asked for a Test Account to test the App. But when I checked in console.cloud.google.com, it shows the Publish status as 'Unpublished (Rejected)'. Can't understand if the App has been rejected or still in 'under review'. Should I share the Test account details and wait or something else can be done? Any help is appreciated. Thanks in advance. 回答1:

Google app script verify

你离开我真会死。 提交于 2020-01-01 18:43:46
问题 I write an add-ons, and publish it. But when the user open that first, it will see: It show "This app isn't verified", how should i setting my app's configuration to fix it? 回答1: This has been addressed here in Requesting verification docs: Requirements In order to submit your OAuth client for review and verification, you must: Own a domain and have verified ownership with Google, and Have a page describing your app's privacy policy hosted within the domain. You do not need to publish your

“Integrate with Google” button suddenly disappeared (receiving 404)

喜夏-厌秋 提交于 2019-12-31 17:10:24
问题 I have Google-Apps-Marketplace app in which I'm using "Integrate with Google" button to start the google OAuth2 process. For some unknown reason the button disappear today, and I'm receiving the error 404 - https://apis.google.com/marketplace/button Does anybody know if it's a temporary issue in google API, or something had changed and I need to update my app? I saw similar questions regarding the disappearance of the button from 4 years ago, however they refer there to access problems (error

Google Apps Marketplace v2 - How to test the project created in GAMv2 with another test domain using Test Install?

假装没事ソ 提交于 2019-12-31 01:47:17
问题 I have done the following steps in Google Developer Console for creating an App in GAMv2. Created a project in the Google Developer Console Created a web application in the project Created a Service Account in the project Added Google Marketplace SDK and tried with Test Install Flow. If I need to test the install flow with the another domain before listing in the Google Marketplace, how do I test with a domain other than the Domain with which the Project is created? If I need to create in the

Google calendar v3 Push notification expiry

99封情书 提交于 2019-12-30 05:26:25
问题 I am using Google Calendar Push Notifications. All is working well and I register my channel with no issue. Changes to the calendar result in a notification as expected. The issue is however that after an hour or so the notifications expire. In reading the documentation I cannot work out why there is an expiry given that I am not specifying one. When the channel is registered the response actually states an expiry date of 1 week from when I register the channel - e.g. Fri, 31 Jan 2014 03:23

Google Apps Marketplace API customerLicense with OAuth2

雨燕双飞 提交于 2019-12-25 10:56:20
问题 We are migrating our Google Apps Marketplace Apps to OAuth2 authentication. We have figured out some of difference in migration process such as replace OAuth1 two-legged authentication with Service Account OAuth2 strategy to impersonate domain and perform some background task. In our current OAuth1 apps we have some queries to customerLicense service to check if some domain removed our App from Marketplace. I have seen this is not possible to do with OAuth2 by the moment. Is there any Service