google-apps-marketplace

Getting the sender name in gmail contextual gadget

你说的曾经没有我的故事 提交于 2019-12-08 05:16:05
问题 I’m developing a gmail contextual gadget to get name and email of sender’s email, but I have problem to get name of sender.I tried different ways: 1.Using Custom Extractor It seems obsoleted and I can not find where I can upload my manifest.xml with custom extractor at “Google Apps Marketplace SDK”. Any Idea!!?? 2. Using pre-canned extractors I defined google.com:SenderEmailExtractor and select “Mail-Sender Address and Mail-Sender Name” scope.Unforthunatly, I just get sender’s email in google

Migrate application developed with the Provisioning API to the new api (Admin SDK)

半世苍凉 提交于 2019-12-07 16:11:28
Reviewing the new api (Admin SDK) Admin SDK . I found the following problem, none of these APIs have support 2 legged for the google apps marketplace, there is a way to integrate these new apis or if in the future the google apps marketplace will support for OAuth 2.0. The Admin SDK APIs function with Two Legged OAuth just fine, I'm using the Directory API in my marketplace app today. You'll need to go into your Vendor Profile page on the marketplace, click "Register for additional APIs" and enable Admin SDK. You'll also need to add the needed API scopes to your manifest. Also note that the

After publishing my Google Apps app to the Chrome Webstore, it installs as an extension

拥有回忆 提交于 2019-12-07 13:07:23
问题 I've uploaded the following manifest for my Chrome Web Store submission { "manifest_version": 2, "name": "Pear Deck", "version": "0.0.0.1", "description": "for Active Classrooms", "icons": { "128": "icons/google-icon-128x128.png", "16": "icons/google-icon-32x32.png" }, "container": ["DOMAIN_INSTALLABLE", "GOOGLE_DRIVE"], "api_console_project_id": "1234567890" } I've zipped up the icons, filled out the form, and published to trusted testers (just approved). But... when my trusted tester

Google Apps Marketplace Enable Individual Install

落花浮王杯 提交于 2019-12-07 09:08:44
问题 The setting "Enable Individual Install" has recently been added in a Google Apps Markeptplace configuration, but I was not able to find its meaning. Does anyone has an idea ? Thanks 回答1: I got an email from a google representative today with the following: We’re excited to let you know that you will soon be able to enable anyone within an organization to install your app directly from the Google Apps Marketplace. To prepare for this new feature, you should choose whether to enable or disable

Consent screen appearing after Google Apps installation using oauth2 while it should not

China☆狼群 提交于 2019-12-07 05:45:30
We have recently migrated our app to oauth2 in the Google Apps Marketplace. While the installation process goes very well, the first time the admin launch the app, a consent screen appears for the scopes that have already been accepted at the domaine level. The call to oauth2 at the authentication is the following: https://accounts.google.com/o/oauth2/auth?response_type=code &client_id=.... &redirect_uri=... &scope=email%20profile &state=.... &access_type=online &approval_prompt=auto &include_granted_scopes=true &hd=... I do not see any reason for the consent screen to appear again. Any idea?

Getting the sender name in gmail contextual gadget

陌路散爱 提交于 2019-12-06 16:31:54
I’m developing a gmail contextual gadget to get name and email of sender’s email, but I have problem to get name of sender.I tried different ways: 1.Using Custom Extractor It seems obsoleted and I can not find where I can upload my manifest.xml with custom extractor at “Google Apps Marketplace SDK”. Any Idea!!?? 2. Using pre-canned extractors I defined google.com:SenderEmailExtractor and select “Mail-Sender Address and Mail-Sender Name” scope.Unforthunatly, I just get sender’s email in google.contentmatch.getContentMatches() but there is nothing related to sender’s name! What am I missing? <

Using Spreadsheet API OAuth2 with Certificate Authentication

让人想犯罪 __ 提交于 2019-12-06 12:54:40
问题 I am trying to use Gdata Spreadsheet API with OAuth2. Using OAuth2.0 ClientID works with OAuth2WebServerFlow on a domain, But using Service Accounts / Certificate causes a 400 BAD Request The scopes used are https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/admin.directory.group.readonly https://www.googleapis.com/auth/admin.directory.user.readonly https://docs.google.com/feeds/ https://spreadsheets.google.com/feeds

UpgradeableApp API keeps giving “Invalid OAuth consumer key”

China☆狼群 提交于 2019-12-06 06:49:50
问题 Given the following ruby code: consumer = OAuth::Consumer.new(consumer_key, consumer_secret, { site: "https://www.googleapis.com" }) resp = consumer.request(:put, "/appsmarket/v2/upgradableApp/#{listingId}/#{cwsId}/#{domain}") puts resp.code+"\n" puts resp.body the UpgradeableApp API keeps giving "Invalid OAuth consumer key" error. The consumer key (in the format XXXXXXXXXXXX.apps.googleusercontent.com) was copied directly from the legacy marketplace listing as described in the docs. I've:

Unable to upload screenshot image to Google Marketplace

会有一股神秘感。 提交于 2019-12-06 02:30:22
问题 In Google Cloud Platform I have enabled the Apps Marketplace SDK to publish a sheets-on to Marketplace. In APIs & Services > Apps Marketplace SDK > Publish I am unable to upload a screenshot. I keep getting Not saved . see here: I am using the correct size screenshot and have tried many different sizes and image types. ex. 640x400, 1280x800 all the recommended sizes. I have used png and jpg. I can't click the publish button until a screenshot is uploaded. This is weird because I was able to

After publishing my Google Apps app to the Chrome Webstore, it installs as an extension

给你一囗甜甜゛ 提交于 2019-12-05 18:35:31
I've uploaded the following manifest for my Chrome Web Store submission { "manifest_version": 2, "name": "Pear Deck", "version": "0.0.0.1", "description": "for Active Classrooms", "icons": { "128": "icons/google-icon-128x128.png", "16": "icons/google-icon-32x32.png" }, "container": ["DOMAIN_INSTALLABLE", "GOOGLE_DRIVE"], "api_console_project_id": "1234567890" } I've zipped up the icons, filled out the form, and published to trusted testers (just approved). But... when my trusted tester account goes to the Chrome Web Store and clicks install, the app is added as an extension to Chrome, not