# Get your client_id and client_secret from https://dashboard.groupdocs.cloud after registration. String ClientId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; String ClientSecret = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; String MyStorage = "test-internal-storage"; Configuration configuration = new Configuration(ClientId, ClientSecret);