google-apps-marketplace

How can I access user info on a domain without the domain administrator enabling API access?

穿精又带淫゛_ 提交于 2019-12-02 03:46:20
问题 I have written an application that I have listed in the Google Marketplace. I am trying to get my app to use the Directory API (part of the Admin SDK). According to the documentation here: https://developers.google.com/admin-sdk/directory/v1/guides/prerequisites, this will require anyone who installs my app to enable API access. The only scope I need is: https://www.googleapis.com/auth/admin.directory.user.readonly Is there any way to access the above scope without requiring API access to be

How can I access user info on a domain without the domain administrator enabling API access?

霸气de小男生 提交于 2019-12-02 01:01:50
I have written an application that I have listed in the Google Marketplace. I am trying to get my app to use the Directory API (part of the Admin SDK). According to the documentation here: https://developers.google.com/admin-sdk/directory/v1/guides/prerequisites , this will require anyone who installs my app to enable API access. The only scope I need is: https://www.googleapis.com/auth/admin.directory.user.readonly Is there any way to access the above scope without requiring API access to be enabled? All I am ultimately trying to do is import users from a domain into my app so that they do

How to use OAuth2 / OpenID Connect with UserService?

三世轮回 提交于 2019-12-01 13:29:07
I'm running several apps on Google App Engine. I am using the UserService for Authentication to be able to send emails on behalf of the user etc. and OAuth2 for API authorization. I am now trying to publish the apps on the Google Apps Marketplace, but I received an email telling me it is required to use OAuth2 for authentication. As I am just using the supported Google stack I assume there is a way to meet the requirements for publishing my apps on the Google Apps Marketplace but right now I'm stuck. jonathanberi This is similar to another question . The challenge is that the User service is

Publish Gmail Addon Select Extension

牧云@^-^@ 提交于 2019-12-01 13:21:59
I am trying to publish Gmail Addon which I create before. I follow that documentation https://developers.google.com/gmail/add-ons/how-tos/publish#publish_an_add-on . According the documentation I am reaching the API Console from Resources > Cloud Platform project. And install the Google Apps Marketplace SDK. I cannot save Configuration because of extension selection. I cannot select Gmail Addon extension checkbox. You can see the image Do you have any idea how I can solve this? Cheers. Prasanth Janardanan This is a bug on that page. (can't save "Apps Marketplace SDK" Configuration for Gmail

How to use OAuth2 / OpenID Connect with UserService?

风流意气都作罢 提交于 2019-12-01 11:49:21
问题 I'm running several apps on Google App Engine. I am using the UserService for Authentication to be able to send emails on behalf of the user etc. and OAuth2 for API authorization. I am now trying to publish the apps on the Google Apps Marketplace, but I received an email telling me it is required to use OAuth2 for authentication. As I am just using the supported Google stack I assume there is a way to meet the requirements for publishing my apps on the Google Apps Marketplace but right now I

Publish Gmail Addon Select Extension

孤街醉人 提交于 2019-12-01 11:30:12
问题 I am trying to publish Gmail Addon which I create before. I follow that documentation https://developers.google.com/gmail/add-ons/how-tos/publish#publish_an_add-on. According the documentation I am reaching the API Console from Resources > Cloud Platform project. And install the Google Apps Marketplace SDK. I cannot save Configuration because of extension selection. I cannot select Gmail Addon extension checkbox. You can see the image Do you have any idea how I can solve this? Cheers. 回答1:

Publishing Google Script Addon to G Suite Marketplace SDK

亡梦爱人 提交于 2019-12-01 10:53:53
I've got some Google Sheet script code that I'd like to extract into Google Sheet Addon to be published for just of our domain (not public web). Individuals on my team have been able to do this successfully in the past but after 1/25/2019 when Google removed Add-Ons from Google Chrome Store we've been having difficulties. I am trying to follow: https://developers.google.com/gsuite/add-ons/how-tos/publish-addons#publishing_instructions But get the following error when trying to configure the G Suite Marketplace API: Project Key is not associated with current project or the script version doesn

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

馋奶兔 提交于 2019-12-01 09:19:55
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) 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 realize there's a problem and it will mysteriously begin to work again. Hard to tell, since they refuse to

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

泄露秘密 提交于 2019-12-01 08:41:13
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 code out there is for three legged oauth - but I can't prompt the user to approve the app since it's a

Publishing Google Script Addon to G Suite Marketplace SDK

放肆的年华 提交于 2019-12-01 08:40:40
问题 I've got some Google Sheet script code that I'd like to extract into Google Sheet Addon to be published for just of our domain (not public web). Individuals on my team have been able to do this successfully in the past but after 1/25/2019 when Google removed Add-Ons from Google Chrome Store we've been having difficulties. I am trying to follow: https://developers.google.com/gsuite/add-ons/how-tos/publish-addons#publishing_instructions But get the following error when trying to configure the G