OK – there is a possibility that there is something incorrect going on with your API key.
But before we troubleshoot further, see if you can add a more
button. If you are constructing the shortcode using the Wizard, in the last screen where it says ‘Configure Your Layout’, look for the option that says ‘”More” button text”, and put in something like “Show More”. If it shows a button in your gallery, then Google’s API is internally breaking your photos into 2 pages. I don’t know why. But at least, you will be able to see all the photos by clicking on the button.
If you are not seeing a “Show More” button, we can try troubleshooting this in a different manner:
- Go to Google’s API site for getting media items.
- Click on “Try it”, on the right side.
- Where it says “Request body”, click on the link to “Add request body parameters”, then add
albumId
.
- Provide the value
AEWPHuwyiOZiZKUj0VyItKghlK2VMe9c9kGjQf_d9ajcBLbV5xt-nykS7bHJ7resLv3gwKQk8Quy
, which is your album’s id.
- For “Credentials”, make sure you have “Google OAuth 2.0” and “API Key”, both selected.
- Click on “Execute”.
See what you get in the output. Are you getting 50, or 34? If you are getting 50, then there is something wrong with your API key. In that case, try creating another API key and redo the authentication steps, then retry the gallery.