UPD: MacCloud/DropBox step-11: update official DC DropBox Account data

This commit is contained in:
rich2014 2025-03-30 21:17:47 +08:00
commit afd10c3c40
2 changed files with 12 additions and 1 deletions

View file

@ -77,6 +77,17 @@
</array>
</dict>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>DoubleCommand</string>
<key>CFBundleURLSchemes</key>
<array>
<string>dc2ea085a05ac273a</string>
</array>
</dict>
</array>
<key>NSServices</key>
<array>
<dict>

View file

@ -113,7 +113,7 @@ begin
TLogUtil.setLogProc( @wfxLogProc );
config:= TDropBoxConfig.Create( '10mwuvryt76yise', 'dc-10mwuvryt76yise://dropbox/auth' );
config:= TDropBoxConfig.Create( 'ahj0s9xia6i61gh', 'dc2ea085a05ac273a://dropbox/auth' );
client:= TDropBoxClient.Create( config );
try
client.authorize;