Hey everyone, I'm trying to write a script that will download attachments from multiple activities using the API. I'm using an API key for authentication. I've been able to use the key to get information about closed activities for a day, filter through these activities for a specific type, and then get fileID's for those filtered activities. However when i make a get request to download the files based off of the fileID, i get a "permission denied" error. Does anybody have any insight as to why that is?