-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,13 @@ def put_file(to_path, file_obj, overwrite=false, parent_rev=nil) | |
FileUtils.copy_file(file_obj.path, File.join(DummyDropbox::root_path, to_path)) | ||
return self.metadata(to_path) | ||
end | ||
|
||
def account_info() | ||
{ | ||
'display_name' => 'Dummy Dropbox SDK', | ||
'email' => '[email protected]' | ||
} | ||
end | ||
|
||
# TODO these methods I don't used yet. They are commented out because they | ||
# have to be checked against the api if the signature match | ||
|