Google Drive API Use Cases-Share file access to a slack channel Number of APIs: 3 Grant Google Drive Access POST https://www.googleapis.com/drive/v3/files/:{{fileId}}/permissions List all members of a channel GET https://slack.com/api/conversations.members?channel={{channelId}} Fetch User Email GET https://slack.com/api/users.info?user={{currentUserId}}