-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Sync seems to be broken #118
Comments
Personally, I never use Google Sync. I have not tried to use for a while, so I don't know when it broke. If you can figure it out, I'll take a PR. I could also just drop Google Sync support xD |
Did this break in 2.1.0 or earlier? |
@jackschedel I think quite a bit earlier, I synced my fork and it stopped working, I will try to find the commit when it stopped working, or maybe fix it. |
It might be because I haven't been updating/adding to the migration schema framework from the original BetterChatGPT. |
Hi, I'm not sure when it started, but Google Sync seems to be broken, at least for me.
This is the request I see KoalaClient do when it updates the file (PATCH to https://www.googleapis.com/upload/drive/v3/files/):
So instead of the JSON config and chats it seems to sync the string "free-chat-gpt"
Obviously, after waiting for the Google Sync to complete (when the icon changes from the rotating to a checkmark), if I refresh the page and sync again, I get nothing (no chats/settings). The GET request to
https://content.googleapis.com/drive/v3/files/ then just gives out the contents:
The text was updated successfully, but these errors were encountered: