I want to create a website to share files to a WhatsApp chat.
This should be possible in chrome by using the Web Share API https://developers.google.com/web/updates/2019/05/web-share-files The demo in the description works but only with files uploaded with the form. In my case, the files are already on the server.
Has anyone done this before and can help me with the code?
Thanks!
Daniel
Related
you know I need to link a company`s `onedrive` to a `web application` that they have, if I create a folder through their system, it should be reflected in the company`s onedrive. This should be able to create folders, files, etc. I have seen very few videos of this on the internet and I do not understand them much, could someone guide me on how it could be done, their application is developed in `angular` and `sails`.
I have made a personal website with vue and I needed to upload it online, I dont know why but I chose IONOS because google recommended it. Now I am strugglinmg to upload it as this seems very confusing. Does anyone know how to operate IONOS? I have tried to submit it using FTP and SFTP.
IONOS is offering a tool that is named Deploy Now and you can find instructions for Vue.js here
I‘m want to look and edit a onedrive file where I have the share link to. I found microsoft graph, but there I only can access to my files. Is it possible to look/edit this files where I have the link without a login? I do everything with javascript
Add permission using azure ad
edit
user.read
app->>api permission->>add a permission->>microsoftgraph->>select the permission->>add
I want to write php code to upload files to google drive and share link. I need to integrate this to my website. so users can upload files to google drive and once they uploaded I can receive file link.
is this possible? are there any github sources to start? I am seeking help to get right start. please advice if anyone has done this before?
I understand that you want to write a PHP code to get the file link from data uploaded to Drive. If that is true, then you should explore the Drive API PHP reference. You can see an example code in the Drive API quickstart and use it as a model.
To get the data from the uploaded file you can use get and read the variables webContentLink and/or webViewLink (for the download link and the view link, respectively). Please, remember to use * on the request parameter fields to receive all the data. Don't hesitate to ask me further questions to help you better.
I have a website that uses twitter bootstrap and I would like to add a place for "shared files" (word docs, videos, etc) that each user who uses the application can upload their own files to and it can be shared among users of the entire website. Everyone can view each file. The first thing that came to mind is a youtube account, where you can upload a video and then see all of your uploaded videos and everyone else can view it. I need this, but for all types of files and any user of the application can edit it.
By myself, I'm not sure how to achieve this, so I was searching for a plugin. Obviously I'm not sure if something like this has a particular name so all of my google searches have so far come up empty. Does anyone have any suggestions? Does the functionality I want have a name?
Thanks!
Dropbox.com comes to mind.
They have an API chooser where users can upload through the web site:
https://www.dropbox.com/developers/dropins/chooser/js
How to share files and folders
https://www.dropbox.com/help/274/en
Look through their Sharing Q&A
https://www.dropbox.com/help/category/Sharing