Cloud Computing

Dropbox - Uploading a File
Before using this code make sure you added necessary references to sharpbox dll files and you generated the token file(SharpDropBox.Token) using Dropbox Token Issuer Tool (Revised) for Sharpbox . using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; using AppLimit.CloudComputing.SharpBox; using AppLimit.CloudComputing.SharpBox.StorageProvider.DropBox; namespace StatsUploader { class UploadtoDropbox { public void Upload()
Karthikeyan Aug 11, 2013 - 09:04

Dropbox - Listing files
Before using this code make sure you added necessary references to sharpbox dll files and you generated the token file(SharpDropBox.Token) using Dropbox Token Issuer Tool (Revised) for Sharpbox.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
using AppLimit.CloudComputing.SharpBox;
using AppLimit.CloudComputing.SharpBox.StorageProvider.DropBox;

namespace StatsUploader
{
    class ListDropboxFiles
    {
        
Karthikeyan Aug 06, 2013 - 20:40

Grid Computing - Contribute to Scientific Research

 

xylophone.victor Jan 01, 2012 - 10:49