Help in google drive

Any free ways to upload a file to google drive (anamyous user)

What about a search in the community?

https://community.appinventor.mit.edu/search?context=topic&context_id=154189&q=Upload%20file%20google%20drive&skip_context=true

Taifun

Do you want your users to upload to "your" google drive or their google drive ?

My files to their google drive

One of the easier routes for this is to use the webviewer and the webviewextra extension. Users must sign into their google account in the webviewer, then they can upload files from their device to their google drive.

Like I am creating an app which opens image /file picker and then automates direct upload to user google drive . And when first time app opens it does a google sign in procedure and informs user that we are accessing your google drive

You may then have to use GDConnected

Thanks