nao-pon/flysystem-google-drive

How to overwrite the exiting uploaded JSON files

tarzanking opened this issue · 1 comments

Hi, I have successfully integrated with the API but each time upload it to create a new file with the same name cant be overwritten. Anyway to overwrite the exiting file without deleting it?

    `Storage::disk('public')->put('products.json', json_encode($response));`

image

@tarzanking do you try flysystem-google-drive-ext? It's basically the same, but not create new files with the same name