Support

Account

Home Forums ACF PRO API Maps keeps returning ApiNotActivatedMapError

Helping

API Maps keeps returning ApiNotActivatedMapError

  • Hello everyone,

    wondering if there’s more I have to do in order to have Maps fully functional.

    
    function my_acf_init() {
    
        acf_update_setting('google_api_key', 'AIzaSyAYsTfSAtQq79tJ4MhlNuWWAvxS_LYM0ZU');
    }
    
    add_action('acf/init', __NAMESPACE__.'\\my_acf_init');

    I keep receiving ApiNotActivatedMapError even anything should be correctly updated on google console side: API active, billing on and so on…

    API list

  • found a solution.

    I was missing FURTHER APIs to be activated

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.