You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When calling download with a source path with a space in the filename the download function fails with error: ERROR: Artifact ***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip does not exist
when using urllib.parse.quote to encode the source path the download function fails with error:
Input string, '***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip', doesn't have the prefix: '***/***/***/40.x.7.13%20%28%231173%29/'
(actual text replaced with ***)
To Reproduce
Steps to reproduce the behavior:
Try to call download function with a source path file name with a space in it.
See error
Note: function calls info and properties work with the encoded url as expected.
The text was updated successfully, but these errors were encountered:
Describe the bug
When calling download with a source path with a space in the filename the download function fails with error:
ERROR: Artifact ***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip does not exist
when using urllib.parse.quote to encode the source path the download function fails with error:
Input string, '***/***/***/40.x.7.13 (#1173)/R255_40_13D7_13.zip', doesn't have the prefix: '***/***/***/40.x.7.13%20%28%231173%29/'
(actual text replaced with ***)
To Reproduce
Steps to reproduce the behavior:
Note: function calls info and properties work with the encoded url as expected.
The text was updated successfully, but these errors were encountered: