Question
Cognizant
IN
Last activity: 20 Nov 2019 1:10 EST
Google drive integration
Hi,
Can anyone help me with the answers of the below questions? I am trying to integration with gDrive through the component that is available in marketplace.
Question 1: Whenever I am trying to do test connectivity from repository, I observed that "FileExist" API is getting called which actually expecting FileID. My question is, during test connectivity from where I can pass the FileID? Also noticed that "pyIsAuthenticated" activity has hard coded parameters during ConnectGDrive call. Is it something expected?
Question 2: Whenever I am browsing any file and selecting the same from work object, "pyIsAuthenticated" activity is getting called which tries to check whether file is present or not through FileExist API. But in "pyIsAuthenticated" activity I can see FilePath has hard coded value. So how this actually works?