Hi all, I’m having some trouble debugging an issue with downloading an export. I’m able to create it, and in one of my clients (custom curl implementation) I’m also able to download it, but not in another and so I’m trying to diagnose why that is.
However, even when I try to follow the steps here: https://developer.fullstory.com/get-export-results, I’m getting “<?xml version='1.0' encoding='UTF-8'?><Error><Code>AccessDenied</Code><Message>Access denied.</Message><Details>Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).</Details></Error>” back from the Google Storage APIs.
I’m copy and pasting the ‘location’ field coming back from https://api.fullstory.com/search/v1/exports/{id} directly into another curl call and that’s what’s failing.
Any suggestions? I suspect there’s an encoding issue with the storage location’s URL but I can’t seem to get to the bottom of it.
Thanks!
Best answer by lindsay
View original