We have drive picker in app maker to upload files in google drive, but we have a requirement to upload files as attachment as we do in SharePoint.
Should we use Drive picker as attachment picker or do we need to write script to save files in fields.
Related
I'm creating a form in WordPress by happyforms but I want to save a form when anyone submits a form the new submission goto my google drive or any other cloud storage in PDF format. please help with my problem.
How can I use React Native to create a upload file screen and upload word doc/pdf and save it in Google Firebase storage???
I have seen solution to save image, but not word doc/pdf
Thanks
I am managing a Wordpress website that uses the Ultimate Video Player plugin in order to render video files that are stored in my Google Drive account.
Plugin details: https://www.webdesign-flash.ro/p/uvp/
In order to render the Google Drive video files, this plugin needs the video file sources to be created using the following format:
https://www.googleapis.com/drive/v3/files/[file_id]?alt=media&key=[api_key]&v=[.mp4/.mp3/etc]
Therefore I have created a Google API key that I’m using to build my video source links.
So here are my questions:
Are there any limitations as to how many times a video can be visualised on my website (how many hits it gets) using the GoogleAPI key created?
Is there a download quota that can be exceeded by rendering these video files on my website as described above?
Thank you very much for your assistance.
I created a weather widget with 2sxc and I want to share the app.
How can I share this app with the community?
It is made to load data from the OpenWeatherMap API?
Go into administration menu, App tab, and "Export this entire App".
Will create a zip for download.
Just share it or place it in a git account.
How can I send files uploaded on my Wordpress page to Google Drive?
You need to write a authentication with the google drive api, and go from there.
This is not an easy thing to explain here.
The process of sending a file to drive is explained in this topic, although this is a plain php solution.
Google Drive PHP API - Simple File Upload
You need to hook this into some WordPress action to actually send an upload to Drive.