• Resolved peter8nss

    (@peter8nss)


    When configuring a gallery you get to specify which folders to include and their child folders are included. If the folder you choose contains (Google) shortcuts to other folders these are not recognised as child folders for inclusion in the gallery.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter peter8nss

    (@peter8nss)

    I think the problem is that in render_shortcode there is a call to igd_is_dir. If the “file” being tested is a shortcut to a folder it will return false because the type is ‘application/vnd.google-apps.shortcut’ not ‘application/vnd.google-apps.folder’. In the case of a shortcut, you probably need to consider targetMimeType too.

    Plugin Author Prince

    (@princeahmed)

    Hi @peter8nss

    Thank you for bringing this issue to our attention. We apologize for any inconvenience this may have caused. Our team is dedicated to providing the best possible service and we are here to help.

    We will fix the issue and will release a new update very soon.

    Plugin Author Prince

    (@princeahmed)

    Hi @peter8nss
    We are excited to announce the release of our improved update, version 1.1.97, which addresses previous issues. We encourage you to upgrade your plugin to this latest version to ensure optimal performance and enhanced user experience.

    Thread Starter peter8nss

    (@peter8nss)

    I can confirm that has fixed the problem with shortcuts.

    Maybe worth noting that I had to deactivate and activate the plugin as a part of the upgrading to the new version. I think this was because of changes to database table wp_integrate_google_drive_files – specifically [Unknown column ‘extension’ in ‘field list’].

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gallery doesn’t recognise google shortcuts’ is closed to new replies.