Solved - Permissions issue with auto-mounting an SMB share from Unraid server

I installed CachyOS a couple days ago and loving it so far. I’m not a complete Linux noob as I have played around with Gentoo, openSUSE, Ubuntu and Nobara in the past, but it’s been awhile.

I have an UnRaid box on my network that I want to download my torrents to on an SMB share with user/pass. I am trying to auto mount the share, but am running into a problem. I used this guide to get where I am: https://gist.github.com/ErykDarnowski/9f569d9d50d9379cd1e2e9ba27e9a842

I have the share auto-mounting fine. I can read from it no problem. Torrents will load into Qbitorrent fine, but once it starts to download, it throws an I/O error: permission denied. When I go to manually transfer anything to it, the icon has a circle with the slash for a moment, then switches to looking like I could transfer, then back to the circle slash so obviously it’s a permissions issue, but in all my searching I haven’t found a solution that works.

I installed sabnzbd via Snap just now and it’s able to write to the proper folders in the share perfectly fine.

My fstab entry for the share is:

///data/ /home/bitzie/plexbox cifs username=,pass= 0 0

This is literally the last thing to get sorted before I can probably ditch Windows completely, so I’ve been banging my head against this wall for the last day or so.

https://paste.cachyos.org/p/5016cee.log

Edit: Solved! Of course right after I post this I figured it out. I had to add defaults,uid=1000,gid=1000 after the password and everything is working finally!