You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But during an upload on some files I find myself with a different path.
Could you give more information about the pattern used on your side ?
In some way I have the path :
Folder1/Category/myfileZAD.test
On some files it's ok, but some characters are replaced on your side, so this path if I search it will return a non-existent path, while it is well existing but was sanitized.
Hi!
I use the package to upload files automatically to my drive, I use the following package to escape the character: https://packagist.org/packages/indiehd/filename-sanitizer
But during an upload on some files I find myself with a different path.
Could you give more information about the pattern used on your side ?
In some way I have the path :
Folder1/Category/myfileZAD.test
On some files it's ok, but some characters are replaced on your side, so this path if I search it will return a non-existent path, while it is well existing but was sanitized.