>_ docker-compose down
@docker-compose.yml
comment out thedb
section
#!/usr/bin/env python3 | |
import boto3 | |
def default_handler( event, context ): | |
print(boto3.client('sts').get_caller_identity()) | |
''' replace share-id with actual Id(s)''' | |
client = boto3.client('storagegateway') |
This is a sample script for uploading local file to Google Drive without the authorization using HTML form. A selected file in your local PC using HTML form is uploaded to Google Drive and saved to Google Drive.
When you use this, at first, please deploy Web Apps. The script is doPost()
of following scripts.
function doPost(e) {
var data = Utilities.base64Decode(e.parameters.data);