Closed stex closed 4 years ago
@Stex did you figure this out yet?
@mantas I didn't have much time yet to search for a proper solution that would involve altering this gem, so I went with the most suboptimal one for now (that will most likely kill your API quota quickly):
@account.adimages(fields: ...).find { |i| i.hash == id }
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.
AdImage
IDs seem to consist of the account ID and the image hash with a colon as separator. This leads toURI::InvalidURIError
exceptions when trying to load the resource by its ID.A minimum example: