Commit Graph

228 Commits (2727295a2d8ba8d638666eaa16f1a84bb3cea888)

Author SHA1 Message Date
richard d1fd89db4c it's more pep8 :) 2013-04-19 19:38:45 +01:00
Richard O'Dwyer 6ea2bfa5c7 Merge pull request #22 from gissehel/evols
All good, temp file name is a good idea. And yes the print in the download function shouldn't have been there :)
2013-04-19 11:35:12 -07:00
gissehel 89a40306a2 Downloading using a tempory filename is safer. The tempory filename provide enouth information to show who (megapy) when and what is downloaded 2013-04-19 20:10:52 +02:00
gissehel 09c4b14c97 I don't think that printing on stdout is the right thing to do in this api layer. It should be handled by the calling layer shounldn't it ? Was that debug code ? 2013-04-19 19:58:36 +02:00
gissehel 7e4d2ee557 You can't download files in shared folders using public links because public links can't be obtained from shared files. You need to download them directly. 2013-04-19 19:53:57 +02:00
richard 5b141c958c Pip version updated 2013-04-15 16:15:23 +01:00
richard 8b1052a214 Code to pep8 standards, shared folders working 2013-04-15 16:14:55 +01:00
Richard O'Dwyer 10b4a883a8 Merge pull request #21 from gissehel/sharedfolders
Shared keys now works for file comming from shared folders that aren't shared anymore
2013-04-15 07:56:57 -07:00
gissehel 692e774cd7 Shared keys now works for file comming from shared folders that aren't shared anymore. 2013-04-15 16:04:03 +02:00
richard fd0518620b pip install error fixed 2013-04-08 14:18:38 +01:00
richard be7fa68da8 upload() minor tidy up 2013-03-12 17:00:30 +00:00
richard 38db6760d5 updated version 2013-03-12 16:56:57 +00:00
richard 0592055bdc updated readme, create_folder() e.g 2013-03-12 16:56:17 +00:00
richard 63b5a224de remove filesdict update 2013-03-12 16:51:54 +00:00
Richard O'Dwyer bd64c5d8f5 Merge pull request #18 from jlejeune/pull_request
Add create_folder() function
2013-03-12 09:51:00 -07:00
Julien LE JEUNE 7b1e471c91 Send also request_id param in create_folder() function (useless but to respect API) 2013-03-12 15:47:25 +01:00
Julien LE JEUNE b43e636d79 Add create_folder() function 2013-03-12 15:40:56 +01:00
richard 3743298f66 updated readme 2013-03-10 03:53:24 +00:00
richard f84d5bf311 added get_quota() and get_balance() 2013-03-10 03:39:06 +00:00
richard 83b1de1662 added get_quota() and get_balance() 2013-03-10 03:38:22 +00:00
richard@richard.do 8f064350fd Version number for pypi 2013-03-05 01:58:30 +00:00
richard@richard.do 43296ee1be Spacing 2013-03-05 01:56:02 +00:00
richard@richard.do b6ae0584ff Spacing 2013-03-05 01:55:25 +00:00
richard@richard.do a7c8089cad Added syntax to readme 2013-03-05 01:54:04 +00:00
richard@richard.do 9096e4cf7f Added syntax to readme 2013-03-05 01:52:37 +00:00
richard@richard.do d444be92b4 changes to delete, destroy functions. see readme for updated usage. delete_url functions non-working currently 2013-03-05 01:48:01 +00:00
Richard O'Dwyer 9bbb2b815b Merge pull request #10 from jlejeune/pull_request
Forget to init self.users_keys variable
2013-02-28 08:28:25 -08:00
Julien LE JEUNE 46e5328b4c Forget to init self.users_keys variable 2013-02-28 17:26:34 +01:00
richard@richard.do 6ecbc2c3d5 updated version number 2013-02-28 12:19:15 +00:00
Richard O'Dwyer 236ffc673c Merge pull request #9 from jlejeune/pull_request
Decrypt now shared folders/files that do not belong to us
2013-02-28 03:18:16 -08:00
Julien LE JEUNE fc8a03d649 Decrypt now shared folders/files that do not belong to us 2013-02-28 08:50:57 +01:00
richard@richard.do 63d39dd8cd moved find() 2013-02-23 15:22:12 +00:00
richard@richard.do 9b9530f453 print syntax 2013-02-23 15:08:36 +00:00
richard@richard.do c77ec993e9 Added destory functions, empty trash, updated tests, other small refractoring 2013-02-23 15:06:02 +00:00
richardasaurus 27b636aa26 Added python-requests version 0.10+ requirement 2013-02-22 12:39:39 +00:00
richard@richard.do 35c80f3c68 updated pip version info, added manifest to .gitignore 2013-02-19 00:12:24 +00:00
richard@richard.do 4128609e5d get_files() updated to check each file has a name, thanks jlejeune 2013-02-18 22:35:57 +00:00
richard@richard.do 0cd6daae39 updated readme 2013-02-16 01:27:56 +00:00
richard@richard.do 1dc6275c4e added pip install info 2013-02-16 01:04:41 +00:00
richard@richard.do 17b4d0363a added setup.py, restructured files to be a python package. fixed issue #4. updated readme 2013-02-16 00:34:16 +00:00
Richard O'Dwyer 8d2dbb597b Merge pull request #5 from carlesso/master
Fix file name encoding problem.
2013-02-13 06:21:09 -08:00
Enrico Carlesso d79dccace4 Fixed utf-8 problem 2013-02-13 15:08:09 +01:00
richard@richard.do e5ae47d168 Fixed typo 2013-02-12 19:21:44 +00:00
richard@richard.do 8dcd2d37eb Added optional save destination path to download functions 2013-02-11 12:47:22 +00:00
richard@richard.do 2493a10b88 fixed api resp issue #2, reformatted code pep 8 style 2013-02-09 18:29:58 +00:00
richard@richard.do ff91521628 readme 2013-02-08 17:49:36 +00:00
richardasaurus 09268b1cb0 features list 2013-02-08 12:48:49 +00:00
richardasaurus 29ede8f6ed download() now takes file obj, rather than public file id/handle 2013-02-08 12:45:16 +00:00
richardasaurus 1d80921dc7 Added get_link() example 2013-02-08 12:31:25 +00:00
richardasaurus e1eed44e08 Test updated 2013-02-08 12:23:28 +00:00