function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sergio Mac-IntoshSergio Mac-Intosh 

Google Maps Api for Portal Users

Hi,

My google maps integration on a visualforce page isn't working for Salesforce portal users.
The functionality works for Salesforce full license users. I added the library to the page:

<apex:includeScript value="//maps.google.com/maps/api/js?sensor=false&libraries=geometry"/>

Portal users can't reach this library but Salesforce full users can.

How can i make this library reachable for portal users?