フォルダー ID と、その gDrive フォルダーにアップロードする必要があるファイルがあります。私は次のことを試しました:
File body = new File();
body.Title = titulo; // titulo is a string that contains the tittle of the file
body.Description = descripcion; // the description, it is a string as well
body.MimeType = setMimetype(rutaArchivo); // and this is a method that sets the mimetype according to the file extension.`
使用しようとしましbody.Parents
たが、運body.parents.add
が悪く、文字列しか受け取りません (gdrive フォルダー ID を含む文字列を指定しようとしました) parents.Insert
。