google-apps-marketplace

Google Apps Marketplace API customerLicense with OAuth2

不想你离开。 提交于 2019-12-25 10:54:11
问题 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

How to create listing on google apps marketplace?

痞子三分冷 提交于 2019-12-25 06:35:43
问题 I'm new to google apps marketplace and not getting how to create marketplace listing? On Google Apps Marketplace top page, click "My Vendor Profile" Click "Create your first listing" button, but button is not clickable. and moreover on clicking on become vendor it redirecting me on https://chrome.google.com/webstore/developer/dashboard, instead of createVendorProfile. Please help me. Thank you, Jaya Rai 回答1: I believe Google Apps Marketplace page will slowly be deprecated. The process to

How to create listing on google apps marketplace?

我的未来我决定 提交于 2019-12-25 06:35:10
问题 I'm new to google apps marketplace and not getting how to create marketplace listing? On Google Apps Marketplace top page, click "My Vendor Profile" Click "Create your first listing" button, but button is not clickable. and moreover on clicking on become vendor it redirecting me on https://chrome.google.com/webstore/developer/dashboard, instead of createVendorProfile. Please help me. Thank you, Jaya Rai 回答1: I believe Google Apps Marketplace page will slowly be deprecated. The process to

Is there any way to get the information about admin who installed my app?

痞子三分冷 提交于 2019-12-25 04:45:23
问题 I am developing an application for the Google Apps Marketplace. I use the Licensing API to retrieve the notifications. I need to get the information about admin, who installed the app, but the API doesn't provide me with this. The solution I found is to use the Directory API to search users, but I get an error { "error": { "errors": [ { "domain": "global", "reason": "forbidden", "message": "Not Authorized to access this resource/api" } ], "code": 403, "message": "Not Authorized to access this

Apps Marketplace SSO

ぐ巨炮叔叔 提交于 2019-12-24 13:27:37
问题 We have a Google Apps Marketplace App (that is also available as a consumer App in the Chrome Webstore). We are have the following problems with SSO: 1) We are using the following OAuth2 scopes: openid profile email https://www.googleapis.com/auth/drive.install https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/drive.readonly in the redirect to https://accounts.google.com/o/oauth2/auth 3) I cannot enter the scopes openid profile email into the Google Apps Marketplace

Google Drive Integration - “Open with” always prompts “Your domain administrator has approved access to”

♀尐吖头ヾ 提交于 2019-12-24 11:27:14
问题 We have a public Google Apps Market place app with Drive integration enabled. We request all the required privileges at domain wide level at app install time and it seems to be working because non admin users are able to perform seamless SSO. In drive, when a user selects a file, clicks "Open With", and selects our app to open with, he is prompted with a message as follows: "Your domain administrator has approved access to " Sign in As: This happens each time the user selects a file and not

backendError accessing users.list in Admin SDK

廉价感情. 提交于 2019-12-24 01:27:58
问题 Our customers are getting errors trying to import users from their Google Apps domain into our application using users.list in the Directory API (Admin SDK). This was previously working, but for the past few days we've been seeing the following errors. OAuth users.list.execute error: com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 OK { "code" : 503, "errors" : [ { "domain" : "global", "message" : "Service unavailable. Please try again", "reason" : "backendError" } ],

Setup Url for Google Apps Marketplace (GAMv2) doesn't redirect

戏子无情 提交于 2019-12-23 09:17:42
问题 I've created a test listing for Google Apps Marketplace (GAMv2) and have specified a setup url. When testing using the "TEST INSTALL FLOW" button, the authorization screen pops up and clicking the "Accept" button takes me to a popup that confirms the application has been added. There's a "Launch app" button and a "Manage app" link on this 2nd popup. The "Launch app" button goes to the setup url that I entered in the listing definition. Isn't the install flow supposed to redirect there

Google App Engine and the Google Apps Marketplace

末鹿安然 提交于 2019-12-23 02:37:02
问题 I am a new developer to all things web design. I have developed an application on Google App Engine and a recent client wanted to publish it on the Google Apps Marketplace. I simply added the client as an app owner to give him the ability to publish the app. He published the app on the marketplace and received this email (abbreviated): "Your recently submitted application for the Google Apps Marketplace, ..., did not meet the OAuth2 requirements for the Google App Marketplace. More

Can not post Google Apps Marketplace Listing Review Request for API Project

你离开我真会死。 提交于 2019-12-22 05:05:05
问题 My requirement is to enable OAuth 2.0 for an existing OAuth 1.0 application in Google Apps Marketplace . I have created new Google project in the console and created a listing for it. And now I need to submit Google Apps Marketplace Listing Review Request . As it is an API project that uses only Google Apps Marketplace SDK so I can not make a review request for my app listing. As I don't have any APIs listed in the required section the request submission failed. The app and listing is tested