Closed dhingrachirag closed 3 months ago
From the description seems you're using a http extended library not this library. By the way I don't think copy file accept a file content but only a file path, you better have to look at create file keyword. Anyway this is not really related with this library.
I struck in one scenario in which i need to download multiple files in local repository using POST API request in robot framework.
I tried below code but not able to resolve the issue.
When i used above code it gives me some binary stream which i am not able to understand.Something like below:
�9BBi��HI�d(������%E�i� ��M��<�^,;��������:��\�{|�}�k���^��{�<��G�#�����7��!�ou����u��7Q��_j�&gl���Sc�I� P��é�lT� �5��1{w�c.>�v�����=����mok�A��r����0�����I��y���9�8� <��1���Lʥ�����q�N��1x0�89�CF���1�'����G8I�q���.G���<�$�Q���͓y�~���G�S��ţ�G���O�[m�(
In postman we have that option to SEND and DOWNLOAD files and through that i am able to download multiple files in zip folder in my local system.
My questions are :
Below scenario is expected :