buttercup / buttercup-mobile

:iphone: React-Native mobile application for Buttercup
https://buttercup.pw
GNU General Public License v3.0
391 stars 69 forks source link

Vault stored in Google Drive can no longer be opened #359

Closed devlanda closed 2 months ago

devlanda commented 2 months ago

A vault stored in Google Drive can no longer be opened (existing and new vaults). This problem was introduced in v2.6.2.

The error

Access blocked: Authorization Error Missing required parameter: client_id Learn more about this error If you are a developer of this app, see error details. Error 400: invalid_request

QuinsZouls commented 2 months ago

@perry-mitchell Last update broke google auth, I'm pretty sure that google client_id was missing on the building time. image

joshuadiezmo commented 2 months ago

Same with me. Cant open gdrive using mobile

gide0n commented 2 months ago

The same here.

fzzarf220 commented 2 months ago

I'm getting similar error as well. Anyone know whey this happened all of a sudden?

IMG_B282577E5112-1

fish-food89 commented 2 months ago

I noticed the same issue when I installed Buttercup to my Android 14 device yesterday. The older versions of the mobile app work in this regard, but v2.6.2 of Buttercup mobile is giving me the exact same issue. I hope this gets resolved ASAP as this is a core feature.

boissierflorian commented 2 months ago

I have the same error

Bitencure commented 2 months ago

Same using IOS

ShieldM4tr1x commented 2 months ago

Same issue as well!

jbuenoktg commented 2 months ago

Hi everyone, same issue here, I reviewed the code and it seems like who is on charge to build and publish the app forgot to include the ".env" file or forgot to add the values to that ".env" file (it should be in the root path and it should contain the google client id)

could someone help us to build it and publish it again with the missed values please?

Thank you so much!

FulesZacsko commented 2 months ago

I have the same error.

perry-mitchell commented 2 months ago

Apologies, I've switched environments and that file has most likely been misplaced in the new setup. I'll try to fix it asap.

perry-mitchell commented 2 months ago

Ok, fixed and new versions released (2.6.3). Pending review of course.