google workspace drive custom #4393
ravikumarappala
started this conversation in
General
Replies: 2 comments
-
To integrate Google Drive with your application, you can use the Google Drive API to authenticate once and store the credentials. Afterward, use the file picker API to select documents when needed. Look into the Google API client libraries for your chosen language to simplify this process. Be sure to manage OAuth tokens to avoid repeated authentications. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have done google authentication using Google service Account, but adding
a user based permissions before showing the user folders is not working. As
this is an organizational google workspace, the user has already logged
into the application before, the file picker needs to show files per
permissions.
I am having a bit of a challenge getting this working based on permissions
without having another user authentication as SA is already set up.
Any help is greatly appreciated.
…On Sun, Nov 17, 2024 at 6:05 AM RoshansaiK ***@***.***> wrote:
To integrate Google Drive with your application, you can use the Google
Drive API to authenticate once and store the credentials. Afterward, use
the file picker API to select documents when needed. Look into the Google
API client libraries for your chosen language to simplify this process. Be
sure to manage OAuth tokens to avoid repeated authentications.
—
Reply to this email directly, view it on GitHub
<#4393 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4EXAYTPJAJEEKRBBE4ID532BBZ57AVCNFSM6AAAAABRFUQMRCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRYGI3TGOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am exploring the Google Drive component to see if I can set up Google Drive integration initially and then use a file picker to choose documents when needed. I haven't been able to find information on how the Google Drive component is set up. My goal is to customize it so that I only need to set up the Drive connection once and can select files as required afterward. Any suggestions on how to achieve this customization would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions