photools.com Community

IMatch Discussion Boards => IMatch Scripting and Apps => Topic started by: ubacher on May 10, 2019, 06:11:50 PM

Title: Get v1/files/keywords - working example needed
Post by: ubacher on May 10, 2019, 06:11:50 PM
Tried using
IMWS.get('v1/files/keywords', {
                    id: oneFile.id,
                    lang:'en',
                    colorcodes:false})

but it returns an empty array.
Ayone got a working example?
(//)
Title: Re: Get v1/files/keywords - working example needed
Post by: Mario on May 10, 2019, 06:19:31 PM
Don't specify a language. Your keywords are 99% stored in neutral language.

lang: ''
Title: Re: Get v1/files/keywords - working example needed
Post by: ubacher on May 10, 2019, 08:42:39 PM
That was it. Thanks.