Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lukencode
/
DropNet
Public
forked from
DropNet/DropNet
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Nov 28, 2011
v1.8.1 - Fixed up a few last things before submitting. Also added a WP7 Sample Project.
dkarzon
committed
58b9382
View commit details
Copy full SHA for 58b9382
Browse repository at this point
Started work on some Sample Projects (WP7 is almost done, VB not started) - Untested
dkarzon
committed
2e9256d
View commit details
Copy full SHA for 2e9256d
Browse repository at this point
Commits on Nov 24, 2011
Added a Project for a Mango version.
dkarzon
committed
8619c6e
View commit details
Copy full SHA for 8619c6e
Browse repository at this point
Commits on Nov 22, 2011
Starting on the next version, taken out the NuGet'd RestSharp to fix incompatibilities with Dropbox API and file/parameter ordering... Will release a package once I have finished the update.
dkarzon
committed
7e644ce
View commit details
Copy full SHA for 7e644ce
Browse repository at this point
Commits on Nov 7, 2011
v1.8 - Had to roll back to RestSharp 101.3 for the time being to get Uploading to work with the new API (still no PUT though) also added the Async function for Token/Authorize/Access. Also availabl…
Show description for f286876
dkarzon
committed
f286876
View commit details
Copy full SHA for f286876
Browse repository at this point
Commits on Nov 3, 2011
The start of the new API implementation. Upload doesn't work yet, some others do. More later...
dkarzon
committed
71c7f3a
View commit details
Copy full SHA for 71c7f3a
Browse repository at this point
Commits on Aug 25, 2011
v1.6 - Fixed Issue #36 (Create Account Async) Fixed Issue #33 (Foreign Languages in file/folder names)
dkarzon
committed
83eb6e2
View commit details
Copy full SHA for 83eb6e2
Browse repository at this point
Commits on Aug 23, 2011
v1.5.6 - RestSharp and Newtonsoft.Json are now referenced from NuGet. Also added the Thumbnail function.
dkarzon
committed
2b0af72
View commit details
Copy full SHA for 2b0af72
Browse repository at this point
Commits on Jul 20, 2011
v1.5.5 - Added Share Function to get temporary public share links, Renamed a few Async methods with the "Async" Suffix.
dkarzon
committed
2900fb6
View commit details
Copy full SHA for 2900fb6
Browse repository at this point
Commits on Jun 20, 2011
added DropNetClient.UploadFileAsync overload which takes a stream
philchuang
authored and
dkarzon
committed
839549c
View commit details
Copy full SHA for 839549c
Browse repository at this point
Commits on Jun 5, 2011
Changes base all Urls to use HTTPS. Started with Web Auth support.
dkarzon
committed
2abddc0
View commit details
Copy full SHA for 2abddc0
Browse repository at this point
Commits on May 31, 2011
I'll get this markdown one day...
dkarzon
committed
deb28e8
View commit details
Copy full SHA for deb28e8
Browse repository at this point
More Markdown updates...
dkarzon
committed
06c358d
View commit details
Copy full SHA for 06c358d
Browse repository at this point
Merge branch 'master' of github.com:dkarzon/DropNet
dkarzon
committed
3367cb7
View commit details
Copy full SHA for 3367cb7
Browse repository at this point
Updated Markdown with new link.
dkarzon
committed
45ae013
View commit details
Copy full SHA for 45ae013
Browse repository at this point
Commits on May 29, 2011
Fixed a bug where special characters in a file path would cause errors. Also made the UserLogin property publicly settable (requested change)
dkarzon
committed
c5b48b7
View commit details
Copy full SHA for c5b48b7
Browse repository at this point
Commits on May 16, 2011
Removed old Windows Phone nuspec.
dkarzon
committed
dd7bb72
View commit details
Copy full SHA for dd7bb72
Browse repository at this point
Centralized the RestSharp calls and added all around better error handling. Async methods now have a failure action and Sync methods throw a DropboxException that includes the response.
dkarzon
committed
220d339
View commit details
Copy full SHA for 220d339
Browse repository at this point
Commits on Apr 26, 2011
Fixed a bug in the GetFile method where it was using the wrong baseUrl (#30) Updated some tests to do with the fix.
Show description for 485afe7
dkarzon
committed
485afe7
View commit details
Copy full SHA for 485afe7
Browse repository at this point
Commits on Apr 21, 2011
Fix merge conflict
Kevin McMahon
committed
1d9e290
View commit details
Copy full SHA for 1d9e290
Browse repository at this point
get the latest RestSharp.MonoTouch lib
Kevin McMahon
committed
fafe413
View commit details
Copy full SHA for fafe413
Browse repository at this point
updated RestSharp
Kevin McMahon
committed
d4a5d72
View commit details
Copy full SHA for d4a5d72
Browse repository at this point
Commits on Apr 20, 2011
Pulled in the sync functions for DropNet (needs the included RestSharp changes, which come from my RestSharp push)
Show description for c34ac12
nicwise
committed
c34ac12
View commit details
Copy full SHA for c34ac12
Browse repository at this point
Commits on Apr 19, 2011
Updates to stay in sync with main DropNet lib
Kevin McMahon
committed
0d10f57
View commit details
Copy full SHA for 0d10f57
Browse repository at this point
Commits on Apr 1, 2011
Took out the resource files as they were causing issues for the WP project.
dkarzon
committed
9d58025
View commit details
Copy full SHA for 9d58025
Browse repository at this point
Commits on Mar 31, 2011
Fixed the NuGet package specs and added 1 for the WP Project.
dkarzon
committed
500782f
View commit details
Copy full SHA for 500782f
Browse repository at this point
Added NuGet package spec file.
dkarzon
committed
04a3a06
View commit details
Copy full SHA for 04a3a06
Browse repository at this point
Added LICENSE info.
dkarzon
committed
def8249
View commit details
Copy full SHA for def8249
Browse repository at this point
Updated to latest version of RestSharp (using custom IHttp implementatio)
Show description for fd720a5
dkarzon
committed
fd720a5
View commit details
Copy full SHA for fd720a5
Browse repository at this point
Commits on Mar 30, 2011
Merge branch 'master' of github.com:dkarzon/DropNet
dkarzon
committed
7c1bd03
View commit details
Copy full SHA for 7c1bd03
Browse repository at this point
Changes made to support WP7 App DataHub
Show description for dbc47de
jmacentee
authored and
dkarzon
committed
dbc47de
View commit details
Copy full SHA for dbc47de
Browse repository at this point
Commits on Mar 29, 2011
Changes made to support WP7 App DataHub
Show description for 61989d8
jmacentee
committed
61989d8
View commit details
Copy full SHA for 61989d8
Browse repository at this point
Commits on Feb 8, 2011
Merge branch 'master' of https://github.com/smartlaunch/DropNet
Show description for e121e1c
dkarzon
committed
e121e1c
View commit details
Copy full SHA for e121e1c
Browse repository at this point
Fixed a minor bug, where MetaData.ModfiedDate was not reporting the time (just the date). Now correctly reports time and date via a System.DateTime object.
DrFriedParts
authored and
dkarzon
committed
365043d
View commit details
Copy full SHA for 365043d
Browse repository at this point
Added the Result object model. The Result object is returned from file operations. It magically turns itself into a boolean so that you can test for success without code modification, but if you wa…
Show description for 9d3e6b4
DrFriedParts
authored and
dkarzon
committed
9d3e6b4
View commit details
Copy full SHA for 9d3e6b4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.