NetStorageKit-Python
NetStorageKit-Python copied to clipboard
Akamai Netstorage API for Python
Any plan on a feature for downloading the file every hour?
While downloading content I am getting below runtime error. Traceback (most recent call last): File "scratch.py", line 73, in download_function() File "scratch.py", line 34, in download_function print(response.text) File "/Library/Python/2.7/site-packages/requests/models.py", line...
Allows a timeout to be provided to the requests calls instead of having an infinite timeout by default.
The script can't handle NS_PATH such as `/401107/mpx/storage/NGS/111/640/150602-hendo-hoverboard-demo-vin~~~~~en~mux~~1.mp4` This is script specific because my other code (java) works with such files on netstorage just fine. This is not permission issue...
It will be good, If developer can define content type (image/jpeg, video/mpeg, etc) when upload file.
The script has been updated to support folder uploads. The folder can contain subfolders and the whole folder structure is preserved while it uploads to NetStorage. updated the action list...