-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get file path from file ID #157
Comments
Not today in terms of |
@nathancday, here you go: https://developer.box.com/reference/get-files-id/ |
Cool. What is your use case? |
Here are my thoughts on how I might use the function that prints the file path when provided with the file ID:
Do these points sound convincing to you? |
I think for quickly locating files using IDs directly is best even via URLs. You also point out that the file path would be brittle while the ID is durable. I can see combining this with your current version request in a |
Oh, yes, you are right! Typically, my project advisor tells me that the file lives |
About the current version request, I made Thinking about your use case of navigating to a file later for Tableau, would it be better to include a function that opens a browser tab directly to the file (based on ID). I don't like using paths that we know can break. |
Thanks, Nate! I will check it out. Also, I like your idea of using a function to open the Box file on click. |
Is it possible to get file path using the file ID?
The text was updated successfully, but these errors were encountered: