Questions tagged [amazon-clouddrive]

Amazon Cloud Drive is a web storage service from Amazon

Amazon Cloud Drive offers SDK's for Android and IOS and a REST API.

17 questions
2
votes
0 answers

How can I batch edit "date taken" metadata for AVI, MOV, MP4, etc. video files?

BACKGROUND I just uploaded years of videos to Amazon Cloud Drive (consumer photo/video storage) and it is not recognizing when the videos were actually taken. I have all of these files categorized with directories for each year and within the year,…
2
votes
1 answer

how to upload file in amazon cloud drive?

i want to upload file to amazon cloud drive . can anyone help me to format this command using curl api description: Upload File Uploads the file content along with its metadata information. POST : {{contentUrl}}/nodes?suppress={suppress} suppress…
mohamed
  • 31
  • 4
2
votes
1 answer

Amazon cloud drive integration with android

is there SDK or sample code available to integrate Amazon cloud drive with Android application. basically i am going to develop an application with uses cloud drive for storage. i have username and password for that storage drive.
Zeeshan Chaudhry
  • 842
  • 2
  • 15
  • 31
1
vote
2 answers

How to use amazon cloud drive data with AWS EC2

I have about 35 gb of photos in my amazon cloud drive. I'm trying to run a convolutional neural network using the Deep Learning Linux EC2 AMI on AWS. Is there a way I could use the images in my amazon cloud drive for this purposes? Maybe access…
1
vote
1 answer

Accessing Amazon cloud drive from EC2

I'm using Amazon cloud drive to save many video recordings. I want to run my own program in the cloud to process and/or edit these files. Is there a way to access the data in my cloud drive from a program running on an EC2 instance?
sdbol
  • 413
  • 4
  • 17
1
vote
1 answer

How to extract files server side on Amazon Cloud Drive?

I have a a 17Gb zip file on Amazon Cloud Drive. Is there a way to unzip / extract it without downloading it first?
PJ Palomaki
  • 99
  • 4
  • 10
1
vote
2 answers

how can I get Amazon Cloud Drive access token?

I am trying to get access token for amazon cloud drive. First I am requesting this…
Aykhan Amiraslanli
  • 593
  • 2
  • 8
  • 22
1
vote
1 answer

Amazon Clouddrive API Android, invalid_scope error?

Hey everyone I am getting this weird error. I try to log into the amazon cloud drive with my app, and I get invalid_scope? I have been looking for hours and I can't figure it out. Heres the kicker. I am using the sample amazon cloud application. I…
StarWind0
  • 1,554
  • 2
  • 17
  • 46
1
vote
1 answer

How to authorize with amazon cloud drive and get the photos of the user from cloud drive?

I want to authorize user and then want to access user photo that are available on a cloud drive. Kindly guide me how to access user cloud drive in android application and get user photos.
rana_sadam
  • 1,216
  • 10
  • 18
0
votes
1 answer

iOS: AmazonDrive URL Scheme

I'm looking for the iOS URL Scheme Amazon Drive.Tried amzndrive:// , acd://..etc. Nothing works out, can anyone provide me the URL scheme please. Thanks.
Prani
  • 3
  • 4
0
votes
1 answer

What prevent a web service from doing image recognition on an image of Illinois resident?

On the bottom of this Amazon Cloud Drive TOS : https://www.amazon.com/gp/help/customer/display.html?nodeId=201376540 6.6 Notice to Illinois Residents. The image recognition features of the Services are not initially enabled for residents of the…
5argon
  • 3,683
  • 3
  • 31
  • 57
0
votes
0 answers

Lambda script to move files from glacier to cloud drive

I have over a TB of photos backed up in AWS glacier. However, cloud drive seems to be the better choice for this going forward. Ie it has no retrieval fees, no recovery times and generally a more convenient interface. Now to minimize cost of the…
0
votes
1 answer

Amazon Cloud Drive REST api endpoint

I am building a program that will list albums/folders and images from my Amazon Cloud Drive. I am able to authenticate and get a token by following the instructions here at amazon public apis. I am having trouble with the next call to get my…
dsum27
  • 505
  • 3
  • 12
0
votes
1 answer

how to create amazon clouddrive credentials

I have an amazon cloud drive account and i can upload/download files using the amazon cloud drive web interface. However I want to integrate this service using the amazon clouddrive api. I tried to register an application to amazon, i created a…
aurelianr
  • 538
  • 2
  • 12
  • 35
0
votes
1 answer

GuzzlePHP Request Query String

I'm working on an application using Amazon's CloudDrive SDK. When requesting a list of folders or files, you can send filters in the query string, but the values of each filter needs to have special characters escaped (included spaces, much like a…
alex-phillips
  • 838
  • 3
  • 14
  • 24
1
2