-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Task]: Update GoogleDrive VFS #2524
Comments
Same problem here |
Same problem here. Config: Json: Logs Text Input: Error browsing to location: 'googledrive://' Unable to get VFS File object for filename 'googledrive://' : Unknown message with code "Unable to get Google Drive file object for 'googledrive:///'". Unknown message with code "Unable to get Google Drive file object for 'googledrive:///'". Root cause: IllegalArgumentException: org.apache.hop.core.exception.HopFileException: Unable to get VFS File object for filename 'googledrive://' : Unknown message with code "Unable to get Google Drive file object for 'googledrive:///'". Unknown message with code "Unable to get Google Drive file object for 'googledrive:///'".
Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Unable to get Google Drive file object for 'googledrive:///'". |
Ow.. new error. the consent screen appeared to give permission and then it displayed the error below Error browsing to location: 'googledrive://' java.lang.ExceptionInInitializerError |
Hello. I performed a test with version 0.70 and managed to connect with googledrive following the documentation recommendations I released the google account for third-party Apps I added an API of type Oauth2. After these steps I was successful in reading files |
We can tackle it all with this ticket and add some tests to check if everything keeps working. |
Hello... They managed to move forward with this Ticket. I'm on version 2.9.0 and the problem still persists. |
I found another problem with Google VFS. When trying to access the folder where the Google credentials are, I am receiving the error below. Error browsing to location: 'C:\opt\apache\hop\google' java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 0 |
Still getting "Unable to get VFS File object for filename 'googledrive://'" and "Index -1 out of bounds for length 0" on version 2.10. No replies in a while, has anyone gotten this working? |
|
What needs to happen?
The GoogleDrive VFS uses old style key and some of the underlying libraries are outdated.
Also make it possible to use the instance role to use authentication.
Issue Priority
Priority: 2
Issue Component
Component: VFS
The text was updated successfully, but these errors were encountered: