Open applmak opened 2 years ago
Today, the implementation double-encodes its URL parameters. This screws up (often) various ids or paths or other such things. To fix this, we need to remove the extra encodeURIComponent in the implementation.
fixed by https://github.com/lucacasonato/deno_googleapis/pull/6
Today, the implementation double-encodes its URL parameters. This screws up (often) various ids or paths or other such things. To fix this, we need to remove the extra encodeURIComponent in the implementation.