How To Create The File Inside A Folder In Google Drive?
I am facing the issue in creating the file inside a folder , i created the separate file and separate folder in google drive but i can't create the file inside a folder in google d
You are calling
Drive.DriveApi.getRootFolder(mGoogleApiClient).createFile
which (unsurprisingly) creates a file in the Root Folder. Instead you should call
DriveFolder.createFile
Post a Comment for "How To Create The File Inside A Folder In Google Drive?"