I am making app on android that take all data form device and Storage to amazon s3. but I am not sure how to do this.
same way take any new photo or video that will storage in same s3 account.
You can use AWS sdk for Android
link
Related
I'm new to Mobile development and I'm trying to create a PDF Android app (to launch it in playstore) and I have a lot of PDF files that I will use and they are stored in my Google drive so my question is can I use Google drive as my database, is it possible when there are a lot of users or there could be problems and is there other solutions.
I managed to create a simple version where it works fine but I'm the only user (I installed it directly from Android studio to my phone) but I have no idea if it will work when I launch it on playstore.
i am not expert of google drive but I have check that google drive let's create direct download link if you want to use google drive as just pdf storage then you can upload pdfs and generate direct download link from that uploaded document and then save it to any database then you can download that files with that link
I am developing a hybrid application using Ionic Framework for Android and iOS platforms. Currently I am stuck at a stage where I want the users to add an attachment to their post. For adding particular type of attachments I am using:
cordova-plugin-camera: for photos and videos
cordova-filechooser(https://github.com/don/cordova-filechooser): for documents and files
Now, I want the user to add files(images, videos, documents etc.) from their Google Drive Account using Storage Access Framework. Currently, from my FileChooser plugin I can only see the files that are on my device. How can I achieve this?
I am attaching an image with this post so as to make it more clear.
I am designing an web application that will allow applying for the jobs we post in our career page. The application will use responsive design and should make it easy for mobile users (iOS and Android initially) to upload their resumes. I read something about uploading files to Google Drive or MS Onedrive using their corresponding APIs. However, I am trying to do the opposite; browse files, select a resume, perhaps download it locally, and finally upload it to my web application.
Do you know if this is possible? If so, what would be your recommendation?
Thanks in advance!
First you can ask the user to authorize to use their Google Drive Data using OAuth2.0. The below two reference links from the Google Drive API will be useful
1.Get the list of filenames using the filelist option in the api and fetch the filename from the list https://developers.google.com/drive/v2/reference/files
2. Download the file directly to your server using the Downloads feature of the API
https://developers.google.com/drive/web/manage-downloads
I hope this gives you enough direction to proceed further.
I would like to upload file into google drive from android app.I got the example from this link for uploading a photo into Google Drive from camera.I didn't get any better solution for uploading a file(.txt,.pdf,.doc).so anyone please suggest a needful information to me.
The android-demos is a more complete reference application that demonstrates file creation, etc.
Thanks for previous replies.
I want to store images that is residing in my sdcard to amazon s3 cloud. i have no idea to share the data from android to amazon, if anyone having idea, pls guide me.
Do you just want to upload the pictures then there are several apps in the market.
If you want to transfer the data programmatically then you can use the AWS SDK:
http://aws.amazon.com/de/sdkforandroid/