adobe / helix-sidekick-extension

Browser extension for authors on AEM projects
Apache License 2.0
21 stars 36 forks source link

Unable to select files to publish from Google Drive #724

Closed leachuk closed 3 months ago

leachuk commented 3 months ago

Description I'm attempting to select documents for publishing in the sidekick, following the tutorial at https://www.aem.live/developer/tutorial

The extension is installed and active. When documents are selected in Google Drive, they are not reflected in the Sidekick toolbar. It maintains the message "Select files below"

To Reproduce Following the steps in the tutorial at https://www.aem.live/developer/tutorial

I've tried this in Chrome, Chrome Incognito and Safari. I've also tried with the bookmarklet by using https://www.aem.live/tools/sidekick/ The broken behaviour is consistent, so I do not believe there is some other extension or browser setting causing this (of course it's difficult to be 100% sure of this as there are no error messages provided)

Expected behavior I can use the Sidekick to select documents from my Google Drive to publish, as described in https://www.aem.live/developer/tutorial

Screenshots Screenshot 2024-05-02 at 10 27 31 AM

Additional context I'd love to provide logs if someone can tell me where to grab them from. I'm not familiar with extension dev.

rofe commented 3 months ago

@leachuk Thanks for reporting! I suspect a DOM change in Google Drive. Looking into it now...

trieloff commented 3 months ago

:tada: This issue has been resolved in version 6.43.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

leachuk commented 3 months ago

Confirmed it's working with the latest version from the Chrome store.

Thanks for the quick turnaround 🥳