Google Drive API Folder Creation and upload files by Service account in Google Drive Failed and generate 404 error after 1 day
问题 Environment: PHP Working with folders and files: I created a folder and 4 sub folders within that folder in my google drive. Google DRIVE API Create a new console project and automatically enable the Drive API Service account: Create Service account and download the configuration file. Install the Google Client Library. composer require google/apiclient:^2.0 I shared these folder and 4 sub folders with service account. Expected Result: Folders and files should be create in sub Folders. Actual