Skip to content
Discussion options

You must be logged in to vote

Hi @Indrajeetrt! Thanks for opening this discussion.

Starting on 25R2, files can be streamed to the Discovery instance (preventing this problem you are seeing). However, I can see from your code that you are using 25R1.

See

elif self.client.backend_version >= (25, 2, 0):
self._upload_file_stream(full_path)

You are also mentioning that you are using the remote capabilities. However, if Discovery is in the same machine where your Python script is running, you can let Discovery know that it can take the file from the file system (avoiding the upload and thus the error). You would just need …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Indrajeetrt
Comment options

Answer selected by Indrajeetrt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants