36 Commits

Author SHA1 Message Date
e822dccadb fix:loose selenium dependency 1.0.15 2023-12-18 17:05:50 +08:00
ab5fe7454a Merge pull request #23 from bc0403/master
fix: README
2023-12-18 16:47:42 +08:00
7b9b5edc25 Merge pull request #22 from knowncold/fix-form_urlencoded
fix: 1003 error when path contains + plus sign
2023-12-18 16:20:27 +08:00
7fbe403754 fix bio bug 2023-11-10 23:04:05 +08:00
0b702f2c4b fix: 1003 error when path contains + plus sign 2023-10-30 10:29:29 +08:00
7fe201b95d fix:upload_file when path startswith id
bump 1.0.14
2023-04-01 14:15:05 +08:00
5979030f94 Merge pull request #17 from alozovskoy/fix_16
Fix name of created file for folder startswith "id"
1.0.14
2023-04-01 12:24:14 +08:00
81224a5b0a Fix name of created file for folder startswith "id" 2023-03-31 21:20:07 +03:00
b3093fee36 Merge pull request #14 from fengdasuk19/master
Custom conflict_action for upload file, convert online office file
1.0.13
2023-03-11 12:46:55 +08:00
8dd12d4608 docs: upload_file, convert_to_online_office, upload_as_synology_office_file 2023-03-11 11:49:10 +08:00
de694da275 chore: ignore *.swp 2023-03-11 11:45:40 +08:00
6f340c9aa4 feat: add param conflict_action for file upload API 2023-03-10 17:52:12 +08:00
887ed1bf81 feat: a tool to mark deprecated API 2023-03-10 17:51:35 +08:00
addb99926c feat:create link 2023-03-06 15:52:48 +08:00
a6cbc17612 feat:add readme 1.0.12 2022-12-02 00:12:31 +08:00
f84471e47d feat:support 2fa
pump 1.0.11
1.0.11
2022-12-01 23:49:54 +08:00
df0aed234e fix:reduce maxtry + get file info 2022-12-01 17:43:56 +08:00
2c8663cc59 fix:add error code 1002 1.0.10 1.0.9 2022-11-18 15:02:33 +08:00
933c6d3cdc feat:enlarge default max retry 1.0.8 2022-11-17 17:51:50 +08:00
ac6922eb2b feat:add max retry if raise 105, 1003 error code 1.0.7 2022-11-17 14:52:12 +08:00
78f9835515 fix:fix dsm version params bug 1.0.6 2021-11-09 13:30:21 +08:00
79ae069fec fix:fix pypi release page 2021-10-29 16:11:20 +08:00
0b5e18f2d0 feat:update pypi description 2021-10-29 15:43:59 +08:00
719806d025 feat:merge pull request
add copy and share file utils
1.0.4
2021-10-29 15:15:59 +08:00
16fd3e19c9 Merge remote-tracking branch 'origin/master' 2021-10-29 15:07:29 +08:00
06fc845831 feat:pump 1.0.4
- Synology session add support for dsm 7.
- `download_file` add support '.osheet', 'odoc' extensions.
- upload xlsx, docx file as synology office format.
2021-10-29 15:04:33 +08:00
9b43944d0a Merge pull request #2 from wjcroom/patch-2
“Update files.py”
2021-09-13 14:26:38 +08:00
f0aa4ca4ed feat:decorate readme
add some badges
2021-08-31 14:39:38 +08:00
c1e5ccba94 Update files.py
copy a new file with  the name,if the name is exist, auto give a name (n) name.
share a ffile to open . add  edite. 
test code :
def doso(source=source, dist=dist):
    myre = {"data": {"src": "", "error": ""}, "success": False}
    with SynologyDrive(NAS_USER, NAS_PASS, NAS_IP, https=False) as synd:
        synd.get_teamfolder_info()
        re = synd.copy(source, dist)
        if (re['success']):
            sre = synd.share_file(re['data']['file_id'])
            if (sre["success"]):
                myre['success'] = True
                print(myre)
                myre['data']['src'] = sre['data']["url"]
    # print(sre)
    return myre
2021-07-16 08:18:05 +08:00
24f6ef2d67 pump:1.0.1 2021-04-09 09:52:29 +08:00
7d200f46af Merge branch 'master' of github.com:zbjdonald/synology-drive-api 2021-04-08 16:18:58 +08:00
a825e257c5 feat:move_path 2021-04-08 16:18:10 +08:00
f9ccca34ca Create LICENSE 2021-01-19 16:41:45 +08:00
71d5dc899a change to MIT 2021-01-19 16:40:50 +08:00
7a9a2a110d Create LICENSE 2021-01-18 12:54:30 +08:00
cae371b5ba feat:kick start 2021-01-18 12:50:22 +08:00