Jay Goldberg

Results 11 comments of Jay Goldberg

I mean, it's possible that someone just needs to take ownership of an authoritative fork. There are still people interested in the project.

Interested in this as well. Or an "editing code" to allow saving of edited notes? I guess access control was not a design goal or we expect the instance to...

Necro-bump: unfortunately it only applies in exports, not in the editor.

As of 2021 Google committed to making these "legacy" APIs such as Images, Mail, User, Memcache, Blobstore, so they work in Python3. https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine, specifically under https://cloud.google.com/appengine/docs/standard/python3/reference/services/bundled/google/appengine/api which mentions `images`.

I'm getting a 403 on that now. Let me do some more testing. This may have been fixed.

I'm baffled at how to use this tool. ``` $ adbsync pull ANDROID LOCAL ANDROID: FileNotFoundError Exiting $ adbsync pull ./Downloads/ ./ Downloads: FileNotFoundError Exiting $ adbsync pull Downloads/ ./...

Finally got it: `$ adbsync pull /storage/emulated/0 ./` I assumed the path was relative from SDcard, not from root on Android. Maybe will do a PR to clarify the `ABSOLUTE_PATH_ANDROID`...

Fixes #6 #5 #3 #7

This is becoming more important to me as I have at least a dozen reverse tunnels connected to my host and need to make sure there are no reverse port...