google-workspace

Gsuite resources can't be shared with service account

无人久伴 提交于 2021-02-20 04:39:10
问题 I'm trying to fetch rooms (added from calendar.google.com) service account (created from https://console.cloud.google.com/iam-admin/serviceaccounts) in spring boot project. I had one service account which I created 4-5 month ago, it was working and it is still working with the 3 specific rooms. But if I add service account mail to other rooms, then these rooms are not returned in the project. I did all the steps written here: https://developers.google.com/identity/protocols

Google Apps Script to open password-protected Excel?

丶灬走出姿态 提交于 2021-02-16 18:21:08
问题 Is there a way for Google Apps Script to open a password-protected Excel file if the password is supplied when getting the file? I don't see any DriveApp method that accepts a "password" parameter. If not, then can this be implemented using the Google Drive API? Is there a "password" key I can use in an "options" object of a gapi.client.drive.files.get() or a similar method? 回答1: No, that is not possible with Apps Script or Google APIs at this time. You can always file a feature request in

How to get a list of G Suite users which are using Google Apps Script?

安稳与你 提交于 2021-02-15 07:47:33
问题 I would like to find out, is there any chance to get a list of G Suite users (of one domain) who are using Google Apps Script? 回答1: After you retrieve the list of script projects from Google Drives of your users, you will have to first request project metadata for them from the Apps Script API. Presently, the only way to get a project is to go one by one, supplying requests with scriptId . The trick is that the Id of the script project file happens to be the the same as script Id (if you look

How to install G Suite Marketplace application from our website? (Integrate with google button)

怎甘沉沦 提交于 2021-02-07 21:46:13
问题 I have configured my marketplace app, and I would like to let the user install the app through our website instead of going to G Suite marketplace at all. I heard that Google has released this kind of functionality called "Integrate with google" in 2014 via this video. But I was unable to find any documentation for this now. Documentation page of this feature is giving 404 error as well. Was this feature obsoleted already? or else can someone please help me configuring this option on my

“Integrate with Google” button URL returns 404

房东的猫 提交于 2021-01-29 11:11:57
问题 We have GoogleApps Marketplace app where we're using "Integrate with Google" button to start the google OAuth2 process. The button disappeared two - three days ago. We're receiving the error 404 on the button URL. This was working for years (expect same issue in 2018). Is this something made by Google? As we didn't change anything in the app. Thanks 回答1: As updated in https://issuetracker.google.com/issues/169585808, we have fixed this issue already. Thanks for the report. 来源: https:/

G Suite Admin API to access drive of all users

十年热恋 提交于 2021-01-28 05:36:05
问题 I need to access all the files from the google drive account of all the G Suite user account from admin account. Using Google Apps Admin SDK API, I can access information of all account but unable to access their Drive. I have seen admin can access google drive of all the users by admin console UI, but unable to find API for same. I can access google drive from individuals access token with this API, but not of all users by admin token. Can anyone please help me into this? 回答1: For this you

Admin SDK generate link to access reset password page

寵の児 提交于 2021-01-07 03:14:09
问题 In GSuite, creating a user or resetting a password gives you the option to notify the user by mail. The email contains a link where he can then set a new password. Is there any way to reproduce that with googleapis ? Can't find anything related to that in the reference api : https://developers.google.com/admin-sdk/directory/v1/reference/ The response from POST https://www.googleapis.com/admin/directory/v1/users doesn't seem to provide any information to create that link. Thanks 来源: https:/

Admin SDK generate link to access reset password page

一曲冷凌霜 提交于 2021-01-07 03:09:47
问题 In GSuite, creating a user or resetting a password gives you the option to notify the user by mail. The email contains a link where he can then set a new password. Is there any way to reproduce that with googleapis ? Can't find anything related to that in the reference api : https://developers.google.com/admin-sdk/directory/v1/reference/ The response from POST https://www.googleapis.com/admin/directory/v1/users doesn't seem to provide any information to create that link. Thanks 来源: https:/

Google chat custom cards using dialogflow fulfilment webhook

社会主义新天地 提交于 2020-12-26 09:08:53
问题 I am trying to integrate DialogFlow bot with Hangouts Chat (for G Suite). I have enabled the integration on DialogFlow and the basic intents are working fine. In order to perform backend operations using fulfillment, I have created a firebase cloud function and added this as the webhook URL on DialogFlow fulfillment page. I have written the cloud function code to identify the intent, and to generate the Webhook response format for a simple text response. This is working, and I am seeing the

Google chat custom cards using dialogflow fulfilment webhook

荒凉一梦 提交于 2020-12-26 09:08:10
问题 I am trying to integrate DialogFlow bot with Hangouts Chat (for G Suite). I have enabled the integration on DialogFlow and the basic intents are working fine. In order to perform backend operations using fulfillment, I have created a firebase cloud function and added this as the webhook URL on DialogFlow fulfillment page. I have written the cloud function code to identify the intent, and to generate the Webhook response format for a simple text response. This is working, and I am seeing the