diff --git a/ConfigurationLoader.Defaults.cs b/ConfigurationLoader.Defaults.cs
index 5d1e962..a89e148 100755
--- a/ConfigurationLoader.Defaults.cs
+++ b/ConfigurationLoader.Defaults.cs
@@ -106,6 +106,20 @@ public static class DefaultConfigurations
ServiceLink: "https://jottacloud.com"
);
+ ///
+ /// The setup for pCloud API
+ ///
+ /// Managed from: https://docs.pcloud.com/my_apps/
+ 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/"
+ );
+
+
///
/// Loads all known service defauls via reflection
///