Skip to main content
Question

View File using File Path

  • May 22, 2025
  • 1 reply
  • 10 views

Forum|alt.badge.img

Is there a way i can view a file in box given the complete path to the file?

 

Say i have a file /Box/Development/Testing/FunctionalTesting.pdf, what should be the URL to directly view this file?

1 reply

Forum|alt.badge.img

Has anyone figured this out? I want to call a file path with python:

data = (r"C:\\BoxDrv\\Box\\home\\")
new = os.listdir(data)
print(new)


#results
FileNotFoundError
: [WinError 3] The system cannot find the path specified: 'C:\\BoxDrv\\Box\\home\\'

I am not sure if this has been solved, I haven't seen anything on it.