There is an issue causing 403 FORBIDDEN error when using media_library = MediaLibrary.all(account) to retrieve media library details.
This can happen when using code such as: line_item =LineItem.all(account) or if you use campaign = Campaign.all(account) to get lineItem and campaign, and it's working fine.
There is an issue causing 403 FORBIDDEN error when using media_library = MediaLibrary.all(account) to retrieve media library details. This can happen when using code such as: line_item =LineItem.all(account) or if you use campaign = Campaign.all(account) to get lineItem and campaign, and it's working fine.