Hi everybody
We are trying to add a new Gmail source from the Filestack picker UI.
We added gmail
as part of our sources
const client = filestack.init(apiKey, { security });
const options = {
fromSources: ["local_file_system", "url", "gmail"],
storeTo: {
location: "s3",
path
},
};
client.picker(options).open();
However, the gmail
icon is not showing up in the picker UI.
After deeper research, it seems like some setup is needed for Gmail (see https://www.filestack.com/docs/tutorials/google-gmail-oauth/).
Since we don’t have any control over the filestack settings, how could we set this up?
Thanks in advance for your help,
Regards,
Andréas