updated readme, create_folder() e.g
This commit is contained in:
parent
63b5a224de
commit
0592055bdc
1 changed files with 4 additions and 3 deletions
|
@ -57,6 +57,10 @@ m.download(file)
|
|||
m.download_url('https://mega.co.nz/#!utYjgSTQ!OM4U3V5v_W4N5edSo0wolg1D5H0fwSrLD3oLnLuS9pc')
|
||||
m.download(file, '/home/john-smith/Desktop')
|
||||
```
|
||||
### Create a folder
|
||||
```python
|
||||
m.create_folder('new_folder')
|
||||
```
|
||||
### Search account for a file, and get its public link
|
||||
```python
|
||||
file = m.find('myfile.doc')
|
||||
|
@ -93,6 +97,3 @@ if files:
|
|||
|
||||
|
||||
|
||||
Thanks to http://julien-marchand.com/blog/contact for examples
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue