Hi @aanchal-sikka , A few questions:1. CURL doesn't work with Basic Auth at all?2. Even if I try with Access token, it works only for packages with smaller size? If so, what's the recommended way to build or install or upload bigger packages programmatically?
@EstebanBustamante The screenshot is of dev author environment's. But I'm able to access prod author's package manager as well. That means curl should work, right?
I'm trying to execute curl command to upload a package in higher environments in AEMaaCS by passing Basic Auth.List of common AEM cURL commands | Adobe Experience CloudBut it throws an error : 503client read error I'm passing user credentials as Basic Authentication. No issue related to permissi...