Node-SMB / marsaud-smb2

SMB2 Client
54 stars 47 forks source link

ACCESS_DENIED #34

Open gen4sp opened 6 years ago

gen4sp commented 6 years ago

I can list folder, but can't create file or directory. Meanwhile, I can do everything in my OSx-client with the same login / pass.

Error: STATUS_ACCESS_DENIED (0xC0000022) : {Access Denied} A process has requested access to an object but has not been granted those access rights.
gen4sp commented 6 years ago

Please, help. Any ideas?

dnkantonio commented 5 years ago

Did you find any solution for this? I'm seeing the same issue. I have confirmed that I have the correct access, but still getting this error.

tracker1 commented 5 years ago

Generally, you need to be authenticating as a share and user with full privileges... A lot of the fine grained permissions just don't work, specifically read/write only shares.

Alternative would be to do a drive mount and reference that, which is what I've fallen back to more than once. Another alternative that I've done is host a server with an S3 compatible interface and use that against my code.

robertsLando commented 10 months ago

Having same issue, I can list directories but cannot delete/write files on them

ItsRainingHP commented 8 months ago

Feels like a dead project. So many unresolved issues. I wish there was an alternative. I guess I have to use a different language.

julien-f commented 8 months ago

https://github.com/Node-SMB/marsaud-smb2/issues/79