sai kumar
sai kumar

Reputation: 11

Alfresco community edition

i installed alfresco community edition on GCP virtual machine in linux process is done alfresco is up but I cannot connect my Alfresco community edition to google drive. how to connect alfresco with google drive?

Upvotes: 1

Views: 198

Answers (1)

Arjun
Arjun

Reputation: 634

Every request your application sends to the Drive API must include an authorization token. The token also identifies your application to Google. Your application must use OAuth 2.0 to authorize requests. No other authorization protocols are supported. If your application uses Google Sign-In, some aspects of authorization are handled for you.

Please follow the link to know better about the google drive integration.

Upvotes: 2

Related Questions