I want to upload file to specific folder with google drive API curl
问题 I have uploaded file to google drive with curl API. But I want to upload file to specific folder. I have also tried with folder id in API url like: https://www.googleapis.com/upload/drive/v3/files/folder_id?uploadType=media add_action('wpcf7_before_send_mail', 'save_application_form'); function save_application_form($WPCF7_ContactForm) { $wpcf7 = WPCF7_ContactForm :: get_current(); $submission = WPCF7_Submission :: get_instance(); if ($WPCF7_ContactForm->id == 8578) { if ($submission) {