Hoàng Đức Mạnh

Results 53 comments of Hoàng Đức Mạnh

@lylinelim Hi, can you share which arch PhotoRoom uses, does it use U2Net?. If so what model does it use?

I can use the above code: ``get_authenticated_service(client_secret_file)`` to create the credentials json file from a client secret json file. But how to make gphotos-uploader-cli get the token from that created...

Not of another problem, that function is specifically used to get the token for gphotos-uploader-cli, because I want to try to make it get the token without going to localhost...

@pacoorozco could you help me with this?, could you please try gphotos-uploader-cli on Google Colab, I'm sure there's a demand to upload medias from Google Drive to Google Photos through...

@pacoorozco it's a headless environment, which means doing authentication is very challenging as it can't access localhost. Still looking for a way to make ``gphotos-uploader-cli`` use the pre-created credentials to...

Then I tried to upload manually, not using ``gphotos-upload-cli``, by running this code: ``` headers = { 'Authorization': 'Bearer ' + token.access_token, 'Content-type': 'application/octet-stream', 'X-Goog-Upload-Protocol': 'raw' } file_path = "/content/drive/MyDrive/Manh...

@pacoorozco yes I always run commands with ``--debug`` flag, that's how I see this error: ``` [fail] X Error processing /content/drive/MyDrive/Manh content/9_10_2923/DCIM/Camera/20231008_001958.mp4: creating media items: Post "https://photoslibrary.googleapis.com/v1/mediaItems:batchCreate?alt=json": POST https://photoslibrary.googleapis.com/v1/mediaItems:batchCreate?alt=json giving...

@pacoorozco I actually tried creating many new Google Photos API console projects to see if the quota is 0 but still got that error.

Seems like ``Drive for desktop`` ate up all my quotas. I was uploading some photos and videos by syncing through ``Drive for desktop`` and later used ``gphotos-uploader-cli`` to upload some...

Seems like it's the problem with my google account. It always get ``Error processing`` after uploading some files. If I try to upload files on my different google account, it...