Question
Bank of Nova Scotia
CA
Last activity: 29 Nov 2019 0:29 EST
Repository API - New Custom Repository - Which activities to stub to start
I have started creating a new Custom Repository. I am trying to find out which activities that I need to stub just to not to get an error in the Target Folder field in the Integration & Security tab, in the Application Rule.
So far, I have stubbed the following:
- pyPingRepository
- pyIsAuthenticated
- pyListFiles
But I am getting this error message when the "Browse" button is pressed:
There appears to be a problem with your repository configuration. Please see the logs for more information.
There is no log messages captured upon pressing the button. Please see the attached screenshot.
Any help will be greatly appreciated.