I can upload files in root folder of Google-drive using Google-drive APIs. But I cannot upload files to non-root folders. Is it possible to upload a file in non-root folders using APIs?and DO we have any other APIs for uploading a file in non-root folders.
I am using "https://www.googleapis.com/upload/drive/v3/files" Url and I am trying to append file-Id to this Url, but I failed to upload the file to a sub-folder.