Skip to content

Instantly share code, notes, and snippets.

@alculquicondor
Last active December 9, 2016 22:59
Show Gist options
  • Save alculquicondor/a034a012499136f3a863699dc116445f to your computer and use it in GitHub Desktop.
Save alculquicondor/a034a012499136f3a863699dc116445f to your computer and use it in GitHub Desktop.
from amigocloud import AmigoCloud
amigocloud = AmigoCloud(
token='A:qPy3PfGAfWlV7lLPcIOQAZXauyr4WOG4t3sFyt',
base_url='http://localhost')
f = open('/home/alculquicondor/amigo/doc/desa.png', 'rb')
amigocloud.upload_file('', 'related_tables/20/chunked_upload', file_obj=f,
extra_data={'source_amigo_id': '19a781b5ec534171a1f73fc76e28a67f', 'filename': 'something.png'})
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment