-
Notifications
You must be signed in to change notification settings - Fork 60
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
Blob Get By File Name #31
Comments
I am having the same issue. I also want this solution. It would be great to be able to download a file by simply providing the file-path (perhaps a different function). Even if I still have to provide the For anyone interested, here is the workaround I wrote using the logic you mentioned above:
|
My current understanding of the API is that in order to download a file (blobs_get) you must have a file
key
. In order to obtain a filekey
you must callfiles_list
which requirescommitId
. In order to get acommitId
you must run a file and check the status of that run.Is there a better way to obtain the file key through the API? Currently downloading a file through the API is nearly pointless if I have to run a file first.
The text was updated successfully, but these errors were encountered: