inkfilepicker does not set public on S3 to images from facebook and instagram only does this for computer uploaded

StackOverflow https://stackoverflow.com/questions/18025216

  •  21-06-2022
  •  | 
  •  

Pergunta

I'm using JavaScript API and pickAndStore function.

My store_options are: store_options = { location: 'S3', access: 'public', path: 'photo/source/' };

My picker options: picker_options = { extensions: ['.jpg', '.png'],
services: ['COMPUTER', 'URL', 'FACEBOOK', 'INSTAGRAM', 'FLICKR', 'PICASA', 'DROPBOX'], multiple: true };

When I upload image from my laptop it sets file on S3 public permission. When I upload image from Facebook or Instagram it sets file on S3 private permission.

Is it a bug, or Am I doing something wrong?

Foi útil?

Solução

This appears to be a bug in Ink File Picker. We're working on addressing it and I will update this answer when it is resolved.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top