[ https://issues.apache.org/jira/browse/CAMEL-22219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17995775#comment-17995775 ]
Aurélien Pupier commented on CAMEL-22219: ----------------------------------------- in fact the ApiMethod is mentioned on https://github.com/apache/camel/blob/main/components/camel-google/camel-google-drive/src/generated/java/org/apache/camel/component/google/drive/DriveFilesEndpointConfiguration.java as an annotation of the class, (the lien is very long) {noformat} @ApiMethod(methodName = "list", description="Lists the user's files", signatures={"com.google.api.services.drive.Drive$Files$List list()"}) {noformat} so sounds like the generation of this file is fine. Maybe more a problem on the generation of the catalog and documentation? (which would mean that we could write the URI and should work at runtime?) > Missing method list, emptyTrash and GenerateIds for Google Drive files > ---------------------------------------------------------------------- > > Key: CAMEL-22219 > URL: https://issues.apache.org/jira/browse/CAMEL-22219 > Project: Camel > Issue Type: Bug > Components: camel-google-drive > Affects Versions: 4.12.0 > Reporter: Aurélien Pupier > Assignee: Aurélien Pupier > Priority: Major > > Google Drive files is providing 13 methods > https://camel.apache.org/components/4.10.x/google-drive-component.html#_api_drive-files > and 3 are missing, it is all the ones which have no method parameter > (note that there should be a global query parameter usable but which is not > passed as parameter of the method) -- This message was sent by Atlassian Jira (v8.20.10#820010)