Review of "Photos Upload" version 1

Details Page Preview

Panel control for Google Photos folder uploads, progress, and quota. Install the extension, then run the one-time backend setup from GitHub (see INSTALL.md — Step 2: scripts/install-backend.sh). Also requires rclone.

Extension Homepage
https://github.com/binaryplates/gphotos-upload-widget

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental)

Shexli did not find any issues.

All Versions

Version Status
8 Unreviewed
7 Rejected
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
Where is the git URL? Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) Also, the Python scripts should be released on pip as an app and use d-bus to communicate between the extension and the app: [D-Bus Guide](https://gjs.guide/guides/gio/dbus.html) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
MohammadMustafa posted a review
Repo: https://github.com/binaryplates/gphotos-upload-widget Yes, I used AI assistance (Claude Code) during development, and I can explain/justify any part of the implementation. Per your suggestion, the Python backend is now a pip-installable D-Bus service (net.blazorplate.GPhotosUpload) — the extension talks to it via Gio.DBusProxy and no longer bundles or spawns any Python code itself. These changes are live in version 3, just submitted.