Hello Box Gurus,
Trying to extract retention policies. But getting an error. Is my API endpoint correct ?
sdk = JWTAuth(
client_id="myclientid",
client_secret="myclientsecret",
enterprise_id="12345",
jwt_key_id="myjwtkeyid",
rsa_private_key_file_sys_path="myprivate.pem",
)
client = Client(sdk)
retention_policies = client.get_retention_policies()
AttributeError: 'Client' object has no attribute 'get_retention_policies'