google-apps-marketplace

Google Apps Marketplace SDK Invalid credentials (missing or invalid oAuth token)

妖精的绣舞 提交于 2019-12-01 06:58:34
问题 I am trying to publish an application in Google Apps Marketplace. To publish I need to upload the icons while I am trying to click the select button it is showing the error Invalid credentials (missing or invalid oAuth token) 回答1: This is happening to me as well, so I tried testing it with different users on different environments and browsers, all with the same result. I believe this is a Google infrastructure problem, not anything you are doing wrong. Perhaps one day someone at Google might

Batch Update to Spreadsheet with Google GData API Using 2 Legged OAUTH / OPEN ID Domain Account

这一生的挚爱 提交于 2019-12-01 05:42:16
问题 Ok, weekend is shot on this - here is my last ditch sunday night call for help. Google Marketplace app that must use 2 Legged OAUTH aproach needs to write 50K records to a Google Doc Spreadsheet. I'm able to create, resize, rename and write records to a spreadsheet. It takes up to a minute to write 100 rows individually, so I have to use a batch update. Can't get batch update to work. The below code is my best attempt - I keep getting "Token invalid - Invalid token 401". All of the sample

Google Marketplace - Installing application and access tokens

一个人想着一个人 提交于 2019-12-01 00:15:42
Trying to test installation process for my marketplace application. Google documentation says that I can test installation process by using Test Install Flow button in the console. When I click on that button, I see the authorization dialog and I click accept. The dialog is closed and app is installed on the domain I am testing. Question: Should I be getting and storing a refresh_token at some point in this installation process? There is an Install URL that I can specify in Drive SDK but I can't find documentation about when Google posts to this install URL and what gets posted. Here is a

“Project Key is not associated with current project” trying to set up Marketplace SDK

人盡茶涼 提交于 2019-11-30 23:39:01
I'm trying to publish a Google Docs addon, visible only to my Google Apps domain, and then automatically install it for everyone in the domain I have: made a script in Google Drive, shared it with everyone on the domain deployed it to the Developer Dashboard using Publish -> Deploy as Addon , with Publish in Google Apps Marketplace turned OFF pushed it from the Developer Dashboard, making it visible just to users of my domain, giving it all the necessary fields and images verified that others from the domain can install the addon by going to Addons -> Get addons in a Google Doc, toggling the

“Project Key is not associated with current project” trying to set up Marketplace SDK

独自空忆成欢 提交于 2019-11-30 17:59:36
问题 I'm trying to publish a Google Docs addon, visible only to my Google Apps domain, and then automatically install it for everyone in the domain I have: made a script in Google Drive, shared it with everyone on the domain deployed it to the Developer Dashboard using Publish -> Deploy as Addon , with Publish in Google Apps Marketplace turned OFF pushed it from the Developer Dashboard, making it visible just to users of my domain, giving it all the necessary fields and images verified that others

Chrome Web Store app install redirects to a blank page

喜夏-厌秋 提交于 2019-11-30 16:50:52
I have a Google Apps Marketplace app with a Chrome Web Store entry. When installing the app from the Web Store using Chrome browser I always get redirected to a blank page with this URL: https://apis.google.com/additnow/signin.html?applicationid=1234567890&callback=true&parenturl=https://chrome.google.com This page comes after the OAuth permissions request page, and only appears when installing from Chrome browser. The app installs correctly though, I can see it in the Google Admin console and I am able to use it properly. This is the Chrome Web Store manifest: { "manifest_version": 2, "name":

Do we need to wait after an admin accepts an app marketplace scopes for his domain in order to avoid consent screen?

天大地大妈咪最大 提交于 2019-11-30 16:20:14
We are integrating our app in the new Google Marketplace. Our marketplace config in the developer console is ok. Our oauth2/sso flow is ok (scopes match the ones setup in the console, auth params ok) All users, when accessing our application through the Navigation bar, don't see any consent screen. All is perfect … except the following : when an admin user is installing our application for his domain for the first time, he is presented with the domain consent screen displaying the scopes defined in our marketplace config, which is fine, he accepts and is presented with a button "Launch app".

Unable to deploy Contextual Gadget using Google Apps Extensions Console

一个人想着一个人 提交于 2019-11-30 14:07:18
Following these instructions: https://developers.google.com/google-apps/extensions-console/ I am unable to deploy an in-house Contextual Gadget to a Google Apps Domain. Creating, assigning Manifest/Extractor(including validation) and deploying appear to work fine, however Granting Access results in a 302 (redirect) to the Google Apps Admin Console and the Gadget does not show up in the Marketplace Apps Management console. UPDATE - Developed a workaround 1) Follow instructions https://developers.google.com/google-apps/extensions-console/ 2) Then go to https://console.developers.google.com

Chrome Web Store app install redirects to a blank page

為{幸葍}努か 提交于 2019-11-30 00:52:09
问题 I have a Google Apps Marketplace app with a Chrome Web Store entry. When installing the app from the Web Store using Chrome browser I always get redirected to a blank page with this URL: https://apis.google.com/additnow/signin.html?applicationid=1234567890&callback=true&parenturl=https://chrome.google.com This page comes after the OAuth permissions request page, and only appears when installing from Chrome browser. The app installs correctly though, I can see it in the Google Admin console

Do we need to wait after an admin accepts an app marketplace scopes for his domain in order to avoid consent screen?

本小妞迷上赌 提交于 2019-11-29 23:16:24
问题 We are integrating our app in the new Google Marketplace. Our marketplace config in the developer console is ok. Our oauth2/sso flow is ok (scopes match the ones setup in the console, auth params ok) All users, when accessing our application through the Navigation bar, don't see any consent screen. All is perfect … except the following : when an admin user is installing our application for his domain for the first time, he is presented with the domain consent screen displaying the scopes