We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having issues with the config.json file I think (credentials or permissions).
This is the error I'm getting on the frontend side:
This one on Meteor console:
If I try loading the link that gave an error on the frontend I get this:
Imágenes integradas 3
S3 account:
config.json file on the App:
I gave a bucket policy for testingboris since I was getting denied error but didn't do the trick:
It seems to be a permission issue with the bucket.
Another thing I had to do with the project was to change require() to Meteor.require if not I got an error on console. (require is not defined).
Really Appreciate some help on this!
The text was updated successfully, but these errors were encountered:
@MauriSalazar guessing you got this working?
Sorry, something went wrong.
If this is still an issue, please raise it here: https://github.com/ideaq/image-uploads
tidy
No branches or pull requests
I'm having issues with the config.json file I think (credentials or permissions).
This is the error I'm getting on the frontend side:
This one on Meteor console:
If I try loading the link that gave an error on the frontend I get this:
Imágenes integradas 3
S3 account:
config.json file on the App:
I gave a bucket policy for testingboris since I was getting denied error but didn't do the trick:
It seems to be a permission issue with the bucket.
Another thing I had to do with the project was to change require() to Meteor.require if not I got an error on console. (require is not defined).
Really Appreciate some help on this!
The text was updated successfully, but these errors were encountered: