HI I am trying to download a file based on the bit bucket branch selection . I am able to download the file from ci or master branch , but unable to download from feature branch. Can you please help me .
If i download from CI branch it works : https://api.bitbucket.org/2.0/repositories/***Dev/testrepo/src/ci/pom.xml - this works without any issues
https://api.bitbucket.org/2.0/repositories/***Dev/testrepo/src/feature/testFeature/pom.xml - this is not working and getting java.io.FileNotFoundException:
Could you guys please help me. Thanks in Advance.