-
Notifications
You must be signed in to change notification settings - Fork 616
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
Download files from not local mode #26
Comments
After |
so I have to run a separate process for serving the files, alright. Thanks for clearing that up. |
@Poolitzer Yes. But you can usually use the same process, which is used as a TLS-terminating proxy. |
Could be I miss something, but in that construction .getFile() returns me file_paht in form: |
@TopperBG |
Added getMemoryStats query
The file path is like documents/file_5, but I cant figure out how to download it. It doesn't work like the cloud API suggests, I am getting a 404 not found error then. Am I missing something?
The text was updated successfully, but these errors were encountered: