When using file.external_copy('Project-Images', {strip_operations: true}), it should be creating an uncropped version of the image saved to my bucket. However, it is not stripping operations.
As an attempt to work around this, I have made a new, uncropped version of the file and attempted to upload that. It is STILL returning a cropped version. i.e
The copied file is still coming in with the operations attached. This was not happening until yesterday.
I have been outputting the URLs at every point. I have confirmed that uncropped_file is uncropped, but copied_file is not. Since I have turned off storing files, the cdn_url will not be active beyond today, so posting that here will not be useful.
When using
file.external_copy('Project-Images', {strip_operations: true})
, it should be creating an uncropped version of the image saved to my bucket. However, it is not stripping operations.As an attempt to work around this, I have made a new, uncropped version of the file and attempted to upload that. It is STILL returning a cropped version. i.e
The copied file is still coming in with the operations attached. This was not happening until yesterday.
I have been outputting the URLs at every point. I have confirmed that uncropped_file is uncropped, but copied_file is not. Since I have turned off storing files, the cdn_url will not be active beyond today, so posting that here will not be useful.