Closed brynjar closed 4 years ago
@brynjar Hi. You're not doing anything wrong, the base URL should be https://cdn.filestackcontent.com
instead of https://www.filestackapi.com/api
, hence that's a bug in our code.
I'll prepare a new release with this fix and close this issue. Feel free to reopen if you still experience any issues!
Thanks!
pod 'FilestackSDK', '2.3.1'
I'm trying to use your SDK to resize an image I previously successfully uploaded to S3 (via the upload call) and from which I got a handle.
This generates a URL like
https://www.filestackapi.com/api/store=location:S3,path:a,filename:b,access:private,base64decode:false/security=policy:[policy],signature:[sig]
which returns HTTP 404 as the result of the POST call. I know my client is configured correctly (policy/sig) since the upload call works.
It appears that something like https://www.filestackapi.com/api/store/S3?xyz would be valid.
Am I doing something wrong?