Skip to content

Commit

Permalink
Added pCloud default provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkendk committed Nov 11, 2024
1 parent 42ec829 commit c1c831f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ConfigurationLoader.Defaults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,20 @@ public static class DefaultConfigurations
ServiceLink: "https://jottacloud.com"
);

/// <summary>
/// The setup for pCloud API
/// </summary>
/// <remarks>Managed from: https://docs.pcloud.com/my_apps/</remarks>
private static readonly ServiceDefault pCloud = new ServiceDefault(
"PCLOUD",
Name: "pCloud",
AuthUrl: "https://api.pcloud.com/oauth2_token",
LoginUrl: "https://my.pcloud.com/oauth2/authorize",
// Scope: "root_readwrite",
ServiceLink: "https://pcloud.com/"
);


/// <summary>
/// Loads all known service defauls via reflection
/// </summary>
Expand Down

0 comments on commit c1c831f

Please sign in to comment.