Hi Claudio, I'm in the process of using GOOGLE Drive API for my Android App. I am actually adding my GEO location to the EXIF before I send the picture up to the Drive. See the last comment here: http://stackoverflow.com/questions/10531544/write-geotag-jpegs-exif-data-in-android/15645984#15645984 So, I'm effectively using the JPG as a carrier of picture location info. I was hoping to get it indexed by the Drive internals (as Flickr does). I am a bit surprised I don't see the location info in the "media metadata" above. Does it mean I should write picture location data as 'standard' document metadata?
Second question. Is there a way to look up my document meta data at "drive.google.com". Just for debugging purposes. I am using standard 'search' field above documents, but don't find anything. It may not be indexed immediately. Thanks, sean
1 comment :
Hi Claudio,
I'm in the process of using GOOGLE Drive API for my Android App. I am actually adding my GEO location to the EXIF before I send the picture up to the Drive. See the last comment here:
http://stackoverflow.com/questions/10531544/write-geotag-jpegs-exif-data-in-android/15645984#15645984
So, I'm effectively using the JPG as a carrier of picture location info. I was hoping to get it indexed by the Drive internals (as Flickr does). I am a bit surprised I don't see the location info in the "media metadata" above. Does it mean I should write picture location data as 'standard' document metadata?
Second question. Is there a way to look up my document meta data at "drive.google.com". Just for debugging purposes. I am using standard 'search' field above documents, but don't find anything. It may not be indexed immediately.
Thanks, sean
Post a Comment