I able to create bucket on amazon s3 databases with the help of amazon demo project.Now i want to create object in bucket.I don't have idea how can i create object.
can anyone provide some example code .can have better idea then please with us.
thanks in advance .
Pleas download the AWS SDK for Android from http://aws.amazon.com/sdkforandroid/
In that SDK please go to samples\S3Uploader folder. There you can find everything about uploading an object(file) to a bucket.
Related
I'm using firebase real-time database first time, I saw many videos about uploading and retrieving data like images, video and pdf, but I couldn't found any apk uploading video, can anyone provide me documentation or any video link with quite coding change for uploading apk.. thanks in advance
Please refer to this firebase documentation - Uploading files on Android - Firebase
There's no difference in uploading an image, video or some other file type like APK. Also, please make sure to define proper rules for accessing the Firebase storage to upload your files. Refer Security rules for firebase
Its really funny thing ,im predicting fear before doing code of apk file but it is similar to all other methods like to upload pdf and images , by the way thanks to all and for ur couragement
I want to upload file to amazon from my android application.
I have downloaded AWS SDK and added to build path of my project.
Now i want to upload file to my bucket.which is already created.
SO how can i upload file, i am not getting any proper solution to it.
Please help and provide your suggestions.
Thanks in advance
I suggest taking a look at our Getting Started Guide for S3 and looking into the TransferManager which is meant as a high level utility for easily handling uploads/downloads
http://docs.aws.amazon.com/mobile/sdkforandroid/developerguide/s3transfermanager.html
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.
How can I upload a photo and video file with my Android app using the Dropbox API to Dropbox i'd gone through the tutorial on the Dropbox Developers of coreAPI and now i want to create my app for that in Create a new Dropbox Platform app it asks to choose What type of app do you want to create? i'm little bit confused in that if any one have idea about please help me guys.
page and could get the sample example.
[DropBox Api SDK example ][1]
[Step by step integration Dropbox Tutorial 2][3]
[Tutorial 1][2]
[1]: https://www.dropbox.com/developers/core/start/android
[2]: http://javatechig.com/android/share-file-to-dropbox-in-android-example
[3]: http://www.theappguruz.com/tutorial/10-steps-integrate-dropbox-api-android/
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/