Open tarzanking opened 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));`
@tarzanking do you try flysystem-google-drive-ext? It's basically the same, but not create new files with the same name
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?