Plugin Author
minnur
(@minnur)
@aceone999 have you enabled the Drive API ? Could you please provide all the steps you’ve done to configure the plugin ?
Installed the plugin.
Turn off: Prepend plugin name to file names.
Turn on: URL Plugin
Everything else is off.
Edit a page.
Add some images from url.
Some Images have the same name image.png or image.jpg
If I try to add another image with same name it only shows me the other one already upload with the same name.
No upload.
If you upload with WordPress core it renames files with same name, like image-1.jpg image-2.jpg
Plugin Author
minnur
(@minnur)
@aceone999 thanks for the detailed report. Yes, that is how the plugin works. It tried to reuse already uploaded files and it checks it by file names. I agree this is not effective way to detect duplicates.
I have full-time job so please do not expect this to be done very soon. This will be fixed when I will have more time.
Maybe it’s possible to call the wordpress core function instead for the file saving process. Don’t know just a guess.