Posting to someone else Google Drive - android

I'm using Google Drive API on Android to post pictures to the same drive. But I'm curious, I want to have a Public Folder where anybody can post to, without the need to send them the "Share Link". Is that possible?
For Example, I have a Public Folder on my Google Drive. Users of my App, will posts their images to my Google Drive Folder, instead of posting the images to their drive.
Thanks in advance!

You can do that pretty much anywhere like Facebook or Instagram or Google photos, etc... I cannot delete my Google drive and all I receive in it is pornography that I don't want to look at, I don't want my kids looking at on my phone thinking I'm doing this stuff I mean come on they should at least give you the option to delete a Google drive if you're not using it.

Related

How do I set up a Google Drive backup?

I want to synchronise a user's notes in his Google Drive. I read this article, but it doesn't work for me, I want to control the data synchronisation myself and run it whenever I want.
https://developer.android.com/guide/topics/data/autobackup
It should look something like this:
Can you please tell me how I can implement this? I can't fully understand the Google Drive API V3

ANDROID a single google drive for all users

i am trying to make a google drive for my app , single google drive that will store all the users (hopefully 1 million) media ( pictures , videos and audio) , i spent two days on researching how to do it , yet i have no clear direction .
if any one know if it's possible and the way to do it , please help me !
it's the final step in my APP :)
You can access Google Drive using a rest api. You could use this to store the user information by dividing the drive into different directories. A more common solution is to use something like firebase.

Launch Google Drive App from another app at certain path

Can anyone tell me if it is possible to open Google Drive App at certain path? I know that Google Drive APi allow to list all files for every folder, but i prefer use Google Drive app if is possible.
Thank you.
Try with this excelent answer
With this, you can open Google Drive native app from another app.

Android Google Drive integration

I need to upload an file from android device SDCARD onto google cloud, I google long time on internet,but I couldn't found correct version of Api to achieve file share over cloud. Help me with sample code to login and share files over cloud with right api.
I have no experience of this, but there does seem to be some documentation here:
https://developers.google.com/drive/get-started
Have you already looked through this?
EDIT: That appears to be for Chrome apps. There is a similar question here: Android API for Google Drive?
It looks like the short answer is the solution is a long one (people have mentioned having to do it manually :( )

Importing 'my maps' from google account to my own application

my question is short.
I am making an application that creates and uses .kml map files. I thought it would be a very good idea if the user could upload his maps to Google "My maps" server (which imports .kml files through the browser version) from my application, and also load them afterwards. However, I have not found any documentation related to this possibility, and I have spent hours looking through the internet and the Google Maps Android API, without luck.
Does anyone know if my idea is possible? Or google keeps this closed for their internal applications?
Thanks :)
There is an API to upload .kml files to Google Maps (the Google Maps Data API), but it doesn't work due to a bug that Google have decided not to fix for some reason.
See my answer to the question "how can I upload a kml file with a script to google maps?" for the details

Categories

Resources