blob: cb79672ed56f2695e2ee095987f6ba22b3c350a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
#muuid {b908773a-86f7-4a91-8674-6a20ba0e67d1}
;============================================================
; File: Dropbox.dll
; Plugin: Dropbox
; Version: 0.11.0.2
; Authors: unsane
;============================================================
[Allows to transfer files via Dropbox.]
;file \plugins\Dropbox\res\resource.rc
[Authorization]
[To allow Miranda NG access in your Dropbox account:]
[Go to this link]
[Allow access to app folder]
[Enter authorization code]
[Initiate authorization]
[Authorize]
[Other]
[Use shortened share links]
[Check status of authorization]
;file \plugins\Dropbox\src\dropbox.cpp
[in process...]
[you have been authorized]
[unknown error]
;file \plugins\Dropbox\src\dropbox_commands.cpp
[Dropbox supports the following commands:]
[shows all files in folder "dir" ("dir" can be omitted for root folder)]
[returns download link for file or folder with specified path ("path" is relative from root folder)]
[deletes file or folder with specified path ("path" is relative from root folder)]
[is file]
[is empty]
["%s" command has invalid parameter.\nUse "/help" for more info.]
[is not deleted]
[is deleted]
;file \plugins\Dropbox\src\dropbox_dialogs.cpp
[you are already authorized]
[you are not authorized yet]
;file \plugins\Dropbox\src\dropbox_events.cpp
[Send files to Dropbox]
[Network]
;file \plugins\Dropbox\src\dropbox_icons.cpp
[Protocols]
[Protocol icon]
;file \plugins\Dropbox\src\dropbox_menus.cpp
;file \plugins\Dropbox\src\dropbox_services.cpp
[Unknown command "%s".\nUse "/help" for more info.]
["%s" is not valid.\nUse "/help" for more info.]
;file \plugins\Dropbox\src\dropbox_transfers.cpp
[Server does not respond]
[Link to download file "%s": %s]
[Link to download folder "%s": %s]
;file \plugins\Dropbox\src\dropbox_utils.cpp
[OK]
[Bad input parameter. Error message should indicate which one and why]
[Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user]
[Bad OAuth request (wrong consumer key, bad nonce, expired timestamp...). Unfortunately, re-authenticating the user won't help here]
[File or folder not found at the specified path]
[Request method not expected (generally should be GET or POST)]
[Your app is making too many requests and is being rate limited. 429s can trigger on a per-app or per-user basis]
[If the response includes the Retry-After header, this means your OAuth 1.0 app is being rate limited. Otherwise, this indicates a transient server error, and your app should retry its request.]
[User is over Dropbox storage quota]
[Unknown]
|