Ritayan Chakraborty

Results 25 comments of Ritayan Chakraborty

Delete line 72 in `drive/upload-file.js`. In its place, write, `console.log(body);` Then try to upload again, and give me the full message in the console, redacting any private information.

Is your drive folder ID `0AB3jIfgH0qPTUk9PVA`? If not, and that's the file ID, I'll have to look into Team Drives. Also, does the file show up in Drive itself? If...

Couldn't find anything that might be breaking it for team drives. Will keep this issue open till I find something.

I assume that you fixed it, but still got the same problem?

Adding `supportsAllDrives: 'true'` to `body` in `src/drive/drive-utils.ts` (after line 26) should allow uploading files to team drives. But Team Drives needs several changes, and I haven't tested this yet, so...

Probably fixed it in 290385349d46ab4612efc85f99933903c5d8d16c. Will keep this issue open for a few days just in case.

> while it uploads the file, the error occurs. Happens with all files, all the time? Delete your credentials.json and client-secret.json and try authenticating again. > it searches the same...

That URL is already provided in the `href` attribute. But that still won't be publicly accessible - that's just how Team Drives work.

Try killing and restarting aria2c. `killall aria2c && ./aria.sh`

Sorry, updated my last comment.