Last active
December 9, 2016 22:59
-
-
Save alculquicondor/a034a012499136f3a863699dc116445f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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