Akshay

Results 63 comments of Akshay

> ![image](https://user-images.githubusercontent.com/32216346/182854115-c159e989-8d7c-4db5-9301-e48907c91135.png) Works fine here. What do you mean by folder path ? Also, update by gdl -u and try again, that error shouldn't appear now

why are you adding the . in front ? remove that and it will work

Try without the -o option, check if it works.

I don't know why it has empty file, weird as it was working for me. Given that the server is unbuffered, even then there should be no problem as the...

Possible ? yes Need to be implemented

This is partially implemented now by the flag -dr / --dry-run.

For the time being, i am using this autocmd to tackle this. ```lua vim.api.nvim_create_autocmd("VimLeavePre", { command = [[silent! FidgetClose]] }) ``` Basically closes fidget before exiting neovim, so no errors.

So, while searching around i found a stackoverflow answer which actually solves the problem.. Link: https://stackoverflow.com/a/37962595 ``` remove_array_dups() { declare -A Aseen Aunique=() for i in "$@"; do [[ ${Aseen[$i]}...

Have you tried this script ? https://raw.githubusercontent.com/Akianonymus/google-drive-upload/master/release/bash/gupload If still not solved, then run with -D flag and send logs

I don't see the `ERR_CONNECTION_REFUSED` in logs as you said before It is creating a localhost server to grab the code from the browser. I will give you a new...