mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Fixed #1627 the redirect URL for box.com access was causing problems
This commit is contained in:
parent
8f5559c763
commit
e2dab9420d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace GreenshotBoxPlugin {
|
|||
public static class BoxUtils {
|
||||
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(BoxUtils));
|
||||
private static readonly BoxConfiguration Config = IniConfig.GetIniSection<BoxConfiguration>();
|
||||
private const string RedirectUri = "https://app.box.com/home/";
|
||||
private const string RedirectUri = "https://www.box.com/home/";
|
||||
private const string UploadFileUri = "https://upload.box.com/api/2.0/files/content";
|
||||
private const string AuthorizeUri = "https://www.box.com/api/oauth2/authorize";
|
||||
private const string TokenUri = "https://www.box.com/api/oauth2/token";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue