You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if __name__ == "__main__":
server = "https://artifactory.com/path/to/file/file.csv"
art = ArtifactoryPath(server,
auth=("USER", "PASSWORD"))
print(art.is_file())
I am facing the following issue. I am successfully authenticating to the Artifactory server and checking if a path is file using the is_file() function. The response should be True, but I am getting False instead. I tried running this code on Python 3.9, 3.10, 3.11, and I am facing the same problem.
The text was updated successfully, but these errors were encountered:
I am facing the following issue. I am successfully authenticating to the Artifactory server and checking if a path is file using the is_file() function. The response should be True, but I am getting False instead. I tried running this code on Python 3.9, 3.10, 3.11, and I am facing the same problem.
The text was updated successfully, but these errors were encountered: