Hi Team,
I am trying to connect to the dropbox app created by Me(Team Admin role in Dropbox Enterprise/Business account), after configuring the connector in AEM DAM with correct client_id and secret I am always getting below error (Only set Individual scope):
This app has been blocked for your team. Go to the admin console to change permissions for aem-dam-app (dbaid:AACLz8mRx8VyniCGWMn24BIjzOxVrihNfeQ).
When I extend the app to have team scope and give file permissions for read and write I do not get above error but system gives me another error as below:
com.adobe.cq.assetcompute.impl.bulkimport.directtransfer.TransferException: Error in getting blob list: REQUEST{POST https://api.dropboxapi.com/2/files/list_folder HTTP/1.1, Headers:{Content-Type=application/json}} RESPONSE{Status Code: 400, Reason Phrase: Bad Request, Response Body: Error in call to API function “files/list_folder”: This API function operates on a single Dropbox account, but the OAuth 2 access token you provided is for an entire Dropbox Business team. Since your API app key has team member file access permissions, you can operate on a team member’s Dropbox by providing the “Dropbox-API-Select-User” HTTP header or “select_user” URL parameter to specify the exact user <https://www.dropbox.com/developers/documentation/http/teams>.}
Please let me know if a Enterprise/Business account token can not access the member app ? what mistake I am doing here kindly advise.