Automatic file sharing

Good morning all,

I would like to automatically send a jpg file from my phone to google drive or a web server without going through a dialog window. Is that possible ?

Thank you so much.

Best regards

Yes.

There will need to be an event of some kind to start the process.

Decide which way you want to go (Google drive / web server) then we can look at the process.

I prefer send the picture to a web server on my raspberry

This is one way:

https://puravidaapps.com/postfile.php

1 Like

Thank you @TIMAI2,
I will test that.
And how can I do to transfer on Google Drive for an other file ?

Google things…

AI2 and Google Drive/Docs/Sheets
 
HOWTO: Query Any Google Sheet with a Web App.
UPDATED! HOWTO - Upload Any File to Google Drive !
HOWTO: Use AI2 to directly submit Google Form Data
HOWTO: Google Drive - Multiple Files Download (file by file)
HOWTO: Download Google sheet as CSV
HOWTO: Send Data to Google Sheet with Web App
HOWTO: Show Image from Google Drive
HOWTO: Upload Image to Google Drive using base64 and Google Apps Script Web App
HOWTO: Upload Image to Google Drive using base64 using Camera Image
HOWTO: Get Data from Private Google Sheet with A Google WebApp
HOWTO: Get the ID of Image after uploading using base64
HOWTO: Upload CSV or List to Google Sheet
HOWTO: AI2 - Google Sheets - Web App - Create/Read/Update/Delete
HOWTO: OCR Images and Camera Pictures with Google Docs
HOWTO: OCR pdf and image files using Google Docs OCR function
HOWTO: Upload "Any" File to Google Drive
HOWTO: Use google web app and google query to download filtered output as pdf from Google Sheet
HOWTO: Use Ai2 to Delete Images (or other files) on Google Drive
HOWTO: Take Photo, get GPS Location and Address, upload Image to Google Drive, and save Location data to spreadsheet 
HOWTO: Select a Single Row from a Spreadsheet, and howto EDIT that data

@TIMAI2,
I used the tutorial: UPDATED! HOWTO - Upload Any File to Google Drive!
I have a problem with the example application: SimpleExample_UploadAnyFileToGD_blank
That finds my file well, I created a google script identical to that specified in the tutorial but it does not work.
Should I make changes to this script other than the ID of my folder?

Are you sure you have done these two things? :

  1. Remember to publish and create a new version each time you change something in the script. The script should run as the owner of the google account, and be accessible to “anyone,even anonymous”

  2. Get the URL to the web app script when you publish, to use in your blocks
    (global URL_WEBAPPSCRIPT)

Yes i do all this !

Is the target folder owned by the same google account owner of the script (e.g. you and you)?

Yes it is the same account

I have just retested the exact same project here, and it works fine.

Probably need to have a look at your blocks and script