nao-pon / flysystem-google-drive

Flysystem adapter for Google Drive
MIT License
352 stars 128 forks source link

How to overwrite the exiting uploaded JSON files #89

Open tarzanking opened 3 years ago

tarzanking commented 3 years ago

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

PaolaRuby commented 3 years ago

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