Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all.
Does anybody know where to insert the API Key in this extension?
There is a ‘js’ file inside, extension-properties.js, but I don’t know where inside is the key supposed to be inserted.
I'm attaching the file.
Thanks.
No idea. Any link to the entire extension?
Best shot would be to ask the developer
Just give me the entire extension. Its defined in the properties
items: {
googleAPIKey:{
ref: "properties.googleAPIKey",
Hi Yianni,
Thanks for your reply. I entered my key in the ref field like below but i still get this error
Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
show: function( data ){ return data.qListObjectDef.qDef.qFieldDefs && data.qListObjectDef.qDef.qFieldDefs!=""; },
items: {
googleAPIKey:{
ref: "xxxxxxxxxxxxxxxxxxyyyyyyyyyyxxxxxxxxxxxxx",
label: "Google API Key",
type: "string",
expression: ""
},//basicConfigurations.items.googleAPIKey.items.googleAPIKey
whyAPIKey: {
label: "Google requests an API key from June 22nd 2016 to access to Google Maps API",
component: "link"
Also, i've emailed Renato Vieira.
Best
Andy