Bug in GCP export: Path does not exactly match use...
# support
a
Hey guys, There's a bug with GCP Credentials / Integration regarding the
path prefix
, What i'm trying to do - Export things to GCP using `hive partition`format. It's something pretty common to do. - The prefix I'm trying is :
year={{ "now" | date: "%Y", "UTC" }}/month={{ "now" | date: "%m", "UTC" }}/day={{ "now" | date: "%d", "UTC" }}/hour={{ "now" | date: "%H", "UTC" }}/
The issue But it seems the `=`character is not transported well . From afar, we could almost tell it gets URL encoded somwhere and is not decoded before being used as export prefix on Vapi's server end. Look at the "highlighted purple" part of the directory tree, `%3D`should be replaced with
=
Thanks a lot ! https://cdn.discordapp.com/attachments/1415024884618362910/1415024884798455919/image.png?ex=68c1b41e&is=68c0629e&hm=da57a0fd4e15782bd0237daac8cec3a4ad5444c7714afdbde4ce4db5b952b736&
This makes calls in the history not being readable by vapi, even with public access configured. Because VAPI does not handles "=" correctly
c
Hey there, we reviewed the details of your request and brought this to our team's attention. We will be getting back to you as soon as we can. Thank you for your continued patience!
a
Thanks a lot ! If I may: this will be the first 🐛 fix to make this usable, - with a fix links will be as expected Then, for the GCP links to be "clickable / usable" in VAPI dashboard, will be this one to tackle secondly: https://discord.com/channels/1211482211119796234/1415440563234148483/1415440563234148483 Was just to give you a heads up if your team can tackle that at the same time / testing phase. Have a good one !
c
Sure will share this too.
2 Views