I am trying to upload pdf files on Google drive or any cloud service and read these files in my application, do I have to use SDK's or there is a way to get files from public folder without forcing the user to login?
Related
Is there a way to download files from a specific google drive, by using the google drive api? Currently i can only read the drive of the google user logged in.
Inorder to access data owned by someone on Google drive you need their permission. You can't just access my files unless I let you. The most common method for this is oauth2 but you can also use a service account.
Now if I set a file to public you would be able to read it using an API key but I would have to give you the file id.
I have clients uploading files directly to my Dropbox folder. I was curious if I can build a website form that uploads the file to my Dropbox folder and also saves the forms data to my server with a reference to the file that was uploaded to Dropbox? They are legal documents and I don't want to worry about security if Dropbox handles that.
It looks like it should definitely be possible.
You would have to use the dropbox api:
https://www.dropbox.com/developers
https://github.com/dropbox/dropbox-js
There are some javascript examples that would likely be what you would need to go directly to dropbox without going to your server first.
I am building application which I want to be synced to a cloud (skydrive, dropbox or google drive). Means it can upload freely to the cloud files to a cloud folder (for example, I want to upload doc.rtf to folder "my documents/example" at the cloud) and download from it by file name and path (in the cloud). Is it possible, and if it's possible - how can I do it? If I need a libary or a dll to do it, please write only free libary or dll.
For dropbox I think the REST API should be the way to go >> DropBox API
For Skydrive this might be useful >> SkyDrive .Net API Client
Im using drive api sample code for accessing google drive files in my app.But i cannot access the files that were shared with me.Do i need to change scope of google drive api in ios to access all files shared with me?
To get a list of the files shared with you, you can use the drive.files.list request with the sharedWithMe filter.
In my application users will give a url to their shared dropbox folder. When it is given I want to grab the images in that url and download to a folder in my application.
Is this achievable?
I've tried to do this in SharpBox. I've managed to open a connection to dropbox storage through SharpBox and successfully connect to my public folders.
But I couldn't find a method which accepts a shared dropbox url and download files from that url.
Thanks
This article might be helpful, don't know enough about the edge cases in your particular use though.
https://www.dropbox.com/help/201/en