logo

In Google Index API get an error private://google_index_api/ is invalid

30
October

In Google Index API get an error private://google_index_api/ is invalid
By: Anonymous | Published On: Sat, 10/30/2021 - 13:33

Google Index API module installed but on configuration screen get following error when upload jason file. "The file could not be uploaded because the destination private://google_index_api/ is invalid"

 

Google Index API

So I have found the solution

In settings.php search the following tag

$settings['file_private_path']

I have change them as below.

$settings['file_private_path'] = 'sites/default/files/private';

Need Help ?