-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using URL OLAsset returning error #279
Comments
Hi @BillyJohn3, Thanks |
Thanks for your speedy response! I'm hoping to get this app out in the next couple days. the images expire after 1hr so that isn't the issue. Here's the code I use to get the OLAssets: You will see that we grab a list of object file paths from parse and filter out to jpeg and jpg objects. for (PFObject *item in objects) {
|
Your code seems fine, and if you can see the assets on the product previews you have probably done everything correctly. In the meantime, what you can do is use [OLAsset assetWithDataSource:] and pass it any object that conforms to the OLAssetDataSource protocol. Doing this allows you to handle the downloading of the assets on your end. |
Yes, everything is up to date. And I've tried on photobooks and invitations. Have you managed to replicate the issue? Cheers, |
Hi, |
Hey again,
Our app users each have a set of images stored on aws that I would like displayed in the KiteViewController add-on to our app.
What I',m doing currently is getting the list of all the images for the user, create a AWSS3 Pre signed URL and add this URL as a OLAsset assetWithURL : url
All is fine apart from at checkout when completing an order I get the error message "Oops! Only registered 0/2 image URLs with the asset endpoint"
How to sort this out?
The text was updated successfully, but these errors were encountered: