I was trying the google drive plugin with the example supplied by the developer at
https://github.com/scottrules44/drive-plugin
It doesn’t work in Windows simulator because the webview is not available so I built it for Android without problems.
When I ran it from the phone it asked for the login info and authorization correctly. But when I tried the request to upload the example file (arrow.png) I get the following error:
I/Corona (29726): WARNING: Could not load ‘googleDrive.LuaLoader’
I/Corona (29726): ERROR: Runtime error
I/Corona (29726): /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:838: module ‘googleDrive’ not found:resource (googleDrive.lu) does not exist in archive
I/Corona (29726): no field package.preload[‘googleDrive’]
I/Corona (29726): no file ‘(null)/googleDrive.lua’
I/Corona (29726): no file ‘(null)/googleDrive.lua’
I/Corona (29726): no file ‘/data/app/cr.enz.drive_plugin_master-1/lib/arm/libgoogleDrive.so’
I/Corona (29726): no file ‘./googleDrive.so’
I/Corona (29726): no file ‘(null)/googleDrive.so’
I/Corona (29726): no file ‘/data/app/cr.enz.drive_plugin_master-1/lib/arm/libgoogleDrive.so’
I/Corona (29726): no file ‘./googleDrive.so’
I/Corona (29726): no file ‘(null)/googleDrive.so’
I/Corona (29726): stack traceback:
I/Corona (29726): [C]: in function ‘require’
I/Corona (29726): /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:838: in function ‘require’
Any ideas?