The build system fails to upload the artifacts to dropbox

Issue #201 closed
Paolo Brandoli repo owner created an issue

The build pipeline fails to upload the artifacts to Dropbox.

Error message:

#!

python uploadDropbox.py ./imebra_source_distribution.zip
Traceback (most recent call last):
  File "uploadDropbox.py", line 35, in <module>
    response = client.files_upload(f, file_name)
  File "/usr/local/lib/python2.7/dist-packages/dropbox/base.py", line 2076, in files_upload
    f,
  File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 234, in request
    timeout=timeout)
  File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 325, in request_json_string_with_retry
    timeout=timeout)
  File "/usr/local/lib/python2.7/dist-packages/dropbox/dropbox.py", line 369, in request_json_string
    type(request_binary))
TypeError: expected request_binary as binary type, got <type 'file'>

Comments (6)

  1. Log in to comment