mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
OAuth 2 fixes for Box & Picasa. Noticed that Box uses one refresh-token per authentication token, as soon as an Authenticating token is requested the refresh token is used. An refresh token can also expire, usually after 60 days. This commit should make it work.
This commit is contained in:
parent
1f80d56b10
commit
6948df14f6
6 changed files with 144 additions and 66 deletions
|
@ -50,12 +50,6 @@ namespace GreenshotBoxPlugin {
|
|||
set;
|
||||
}
|
||||
|
||||
[IniProperty("AddFilename", Description = "Is the filename passed on to Box", DefaultValue = "False")]
|
||||
public bool AddFilename {
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
[IniProperty("RefreshToken", Description = "Box authorization refresh Token", Encrypted = true)]
|
||||
public string RefreshToken {
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue