I want to create a Google Drive Connected System, but i don't know from where I will get the Client ID and Client Secret,
Can anyone please help me out.
Discussion posts and replies are publicly visible
Hi sachink2402 ,1.) Visit console.cloud.google.com2.) Create New Project.3.) Within that project go to APIs & Services and Enable Google Drive Api.4.) After that generate credentials of "OAuth 2.0 Client ID" type by clicking on Create Credentials. 5.) Add your appian environment url in "Authorized Redirect URL's" section while creating credentials.6.) You will get the client ID and client secret from there.You can also visit https://docs.appian.com/suite/help/23.4/google-drive-connected-system.html for more info.