forked from miachenberkeley/FoodDeliverySwift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path[Python] - Resources.zip.html
415 lines (380 loc) · 210 KB
/
[Python] - Resources.zip.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html><html lang="en" xmlns:fb="http://ogp.me/ns/fb#" xml:lang="en" class="" xmlns="http://www.w3.org/1999/xhtml">
<head><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
// Note: This file isn't fetched directly by the browser/from metaserver-static.
// Instead, it's read by script_tags.py, which includes it inline in pages that need it.
(function() {
"use strict";
var requireLoadCallbacks;
window._insertRequireBundleShim = function() {
requireLoadCallbacks = [];
window.addRequireLoadCallback = function(callback) {
// Add a callback to be run after require has been initialized
requireLoadCallbacks.push(callback);
};
window.configureRequire = function() {
var args = arguments;
window.addRequireLoadCallback(function() { window.configureRequire.apply(null, args); })
};
window.define = function() {
var args = arguments;
window.addRequireLoadCallback(function() { window.define.apply(null, args); })
};
};
window._insertRequireBundleShim();
window.InitRequireJs = function(configure_requirejs) {
/* global: requirejs is loaded as part of require_bundle.js which calls
* this function at the end of it's execution */
// don't do this sooner because it messes with tests if it happens a second
// time before code is fully loaded. Here is fine because it's not used until
// configure_requirejs runs
window.requireContexts = {};
// no-op the global error handler; since errorHandler console.logs the error,
// this doesn't silence it, but rather just keep it from showing up in the
// console twice (the default handler is to throw the error)
requirejs.onError = function() {};
// capture script load times. This is the time when the module has it's exports
// evaluated by requirejs. It is safe to call require in this hook because
// modules/clean/web_module_timing will get eval'ed once total, so hitting that
// callback won't cause onResourceLoad to fire again.
if (!!window.performance && window.performance.now != null) {
// TODO (drg): improve these types
requirejs.onResourceLoad = function (context /*Object*/, map /*RequireMap*/, depArray /*RequireMap[]*/) {
var load_time = window.performance.now();
var requireContext = window.requireContexts[context.contextName];
requireContext.require(
["modules/clean/web_module_timing"],
function (WebModuleTiming) {
WebModuleTiming.add_module(
map, load_time, requireContext.module_callback_times[map.name]);
}
);
};
}
window.configureRequire = configure_requirejs;
window.addRequireLoadCallback = function(callback) {callback();};
// Process pending RequireJS calls in order.
requireLoadCallbacks.forEach(function(callback) {callback();});
};
})();
window.DETERMINISTIC_MONKEY_CHECK = false;
window.GlobalConstants = {"CSP_SCRIPT_NONCE": "lfqVyyWiEyI12SGs/mBO"};
</script><script async="async" type="text/javascript" src="https://cfl.dropboxstatic.com/static/javascript/compiled/require_bundle.min-vfldtjYD-.js" nonce="Zw432etiIK1iciqLpQg0"></script><link href="https://cfl.dropboxstatic.com/static/css/comments-vflnVqj6Q.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/comments_annotations-vfl9mOm0F.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/deprecated/components/multiaccount_login_modal-vflyVRU8f.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/file_comments_pane-vflf4qap_.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/foundation-vflaLNUzr.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/modal-vflsl5DsE.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/notify-vflwFeIpp.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_archive-vflWdNToO.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_audio-vflognSBl.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_error-vfl4NeqMQ.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_flexbox_layout-vfl_OaU2I.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_image-vflI9poDS.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_image_with_annotations-vflLOtc89.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_linkfile-vflzpnXCF.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_pdf-vflkPmVoV.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_quality_popup-vflyrlOUZ.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_toolbar-vfloZAcu4.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/preview_video-vfl28cjUi.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/react_file_viewer-vflzggMgT.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/react_title_bar-vflZdgBCG.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/shared_link_page-vflRCtSWz.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/video-js-5-custom-vfl-b-w8b.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700&subset=latin,latin-ext" type="text/css" rel="stylesheet" />
<script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
var jaguarStreaming = jaguarStreaming || {};
jaguarStreaming.preloadImg = function (url) {
var img = new Image();
img.src = url;
}
</script><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/sprites/web_sprites-vfl5R1Aea.png");
</script><link href="https://cfl.dropboxstatic.com/static/css/shared_link_file-vfloitAhy.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/packaged/components-vflTUmOFV.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/recaptcha_challenge-vflrcf67y.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/scooter/scooter-scoped-vflebHNBy.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/components/exp_cards-vflriIPxd.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/accessibility-vflRPMGHg.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif");
</script><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/security_keys/insert-vflkCfC4_.png");
</script><link href="https://cfl.dropboxstatic.com/static/css/top_notification_bar-vflq3lTBQ.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/banner-vflUMY9GE.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/top-notification-x-yellow-vflV3wyLy.png");
</script><link href="https://cfl.dropboxstatic.com/static/css/growth/shared_link_signup_modals-vfl-sFM73.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<link href="https://cfl.dropboxstatic.com/static/css/growth/bright_modal-vfltS1uv-.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/dropbox_39x36-vflMxv3gQ.png");
</script><link href="https://cfl.dropboxstatic.com/static/css/growth/compact_form-vflfQZ6wi.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
jaguarStreaming.preloadImg("https://cfl.dropboxstatic.com/static/images/growth/dropbox_with_files-vflYCKclD.png");
</script><link href="https://cfl.dropboxstatic.com/static/css/sprites/web_sprites-vflljOaDh.css" type="text/css" crossorigin="anonymous" rel="stylesheet" />
<script nonce="lfqVyyWiEyI12SGs/mBO">
window._goch_ = {};
window.addEventListener('click', function(event) {
'use strict';
for (var elm = event.target; elm; elm = elm.parentElement) {
if (elm.id &&
window._goch_.hasOwnProperty(elm.id) &&
window._goch_[elm.id].call(elm, event) === false) {
event.preventDefault();
}
}
}, true);
window._csp_external_script_nonce = "Zw432etiIK1iciqLpQg0"</script><meta content="IE=edge, chrome=1" http-equiv="X-UA-Compatible" /><link href="https://www.dropbox.com/s/kjp3kmfbvql6j5x/%5BPython%5D%20-%20Resources.zip" rel="canonical" /><meta content="noindex, nofollow, noimageindex" name="robots" /><meta content="origin-when-crossorigin" name="referrer" /><link href="https://cfl.dropboxstatic.com/static/images/favicon-vflk5FiAC.ico" rel="shortcut icon" /><link href="https://cfl.dropboxstatic.com/static/images/dropbox_webclip_60-vflN_uQqB.png" rel="apple-touch-icon" /><link href="https://cfl.dropboxstatic.com/static/images/dropbox_webclip_76-vflVDzAci.png" rel="apple-touch-icon" sizes="76x76" /><link href="https://cfl.dropboxstatic.com/static/images/dropbox_webclip_120-vflppIksR.png" rel="apple-touch-icon" sizes="120x120" /><link href="https://cfl.dropboxstatic.com/static/images/dropbox_webclip_152-vflnR85Xl.png" rel="apple-touch-icon" sizes="152x152" /><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">window.ST=+new Date();</script><meta content="text/html; charset=UTF-8" http-equiv="content-type" /><meta content="Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily. Never email yourself a file again!" name="description" /><meta content="online storage, free storage, file sharing, share files, awesome, cloud storage, online backup, cross platform, sync, sharing, mac, windows, os x, linux, backup, collaboration, file versioning, file revisions, remote access, undelete" name="keywords" /><meta content="https://www.dropbox.com/s/kjp3kmfbvql6j5x/%5BPython%5D%20-%20Resources.zip?dl=0" property="og:url" /><meta content="Dropbox" property="og:site_name" /><meta content="[Python] - Resources.zip" property="og:title" /><meta content="210019893730" property="fb:app_id" /><meta content="website" property="og:type" /><meta content="Shared with Dropbox" property="og:description" /><meta content="https://cfl.dropboxstatic.com/static/images/icons128/page_white_compressed.png" property="og:image" /><meta content="128" property="og:image:width" /><meta content="128" property="og:image:height" /><meta content="summary" name="twitter:card" /><meta content="@Dropbox" name="twitter:site" /><meta content="https://www.dropbox.com/s/kjp3kmfbvql6j5x/%5BPython%5D%20-%20Resources.zip?dl=0" name="twitter:url" /><meta content="[Python] - Resources.zip" name="twitter:title" /><meta content="Shared with Dropbox" name="twitter:description" /><meta content="https://cfl.dropboxstatic.com/static/images/brand/[email protected]" name="twitter:image" /><meta content="TnuSyOnBMNmtugbpL1ZvW2PbSF9LKvoTzrvOGS9h-b0" name="google-site-verification" /><meta content="EZKIczQcM1-DVUMz8heu1dIhNtxNbLqbaA9-HbOnCQ4" name="google-site-verification" /><meta content="tz8iotmk-pkhui406y41y5bfmfxdwmaa4a-yc0hm6r0fga7s6j0j27qmgqkmc7oovihzghbzhbdjk-uiyrz438nxsjdbj3fggwgl8oq2nf4ko8gi7j4z7t78kegbidl4" name="norton-safeweb-site-verification" /><meta content="https://cfl.dropboxstatic.com/static/images/win8_web_tile-vfl8eyKFU.png" name="msapplication-TileImage" /><meta content="#ffffff" name="msapplication-TileColor" /><title>Dropbox - [Python] - Resources.zip</title><style type="text/css">.hny-qvxmup { display: none; }</style> <script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903099986"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100012"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100028"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100052"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100068"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100092"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100110"]);
_cf.push(['_setEnReadDocUrl', false]);
var _javascript_key = "k3mpvuSruqsYhUi5Wo8lpGYaJFSQRTXsaRYUZY2yWy8";
var _js_post = false;
var _cf = _cf || [];
_cf.push(['_setJsPost', _js_post]);
_cf.push(['_setJavaScriptKey', _javascript_key]);
var itv=0; if (Date.now) itv = Date.now(); else itv = +new Date();
_cf.push(['_setInitTime', itv]);
_cf.push(['_setSDFieldNames', "pyxl2777516154903100126"]);
_cf.push(['_setEnReadDocUrl', false]);
</script></head><body class="en " dir="ltr"> <div style="display: none;" id="db-modal-multiaccount-login-modal" class="db-modal-wrapper"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div data-js-component-id="component2777516154903099988" id="pyxl2777516154903099987" class="login-form-container standard"><div id="regular-login-forms"><div style=""><div class="login-form-container__google-div"><button data-is-popup="true" class="auth-google button-primary"><div class="sign-in-text">Sign in with Google</div></button><div class="c-card c-card--error u-l-dn google-login-error">Oops! We couldn’t find a Dropbox account matching that email. <a class="third-party-signup-link">Click here to create one.</a></div><div class="hr-label"><span class="hr-label__text">or</span></div></div><form action="/ajax_multi_login" novalidate="" method="POST" class="clearfix credentials-form login-form"><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="refresh_token" value="" /><input type="hidden" name="email_sig" value="" /><input type="hidden" name="login_sd" value="" id="pyxl2777516154903099986" /> <div class="credentials-form__fields"><div data-js-component-id="component2777516154903099991" tabindex="-1" id="pyxl2777516154903099989" class="login-email text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="login_email" /><div data-error-field-name="login_email"></div></div><div class="text-input-wrapper"><input name="login_email" class="text-input-input autofocus" readonly="True" type="email" id="pyxl2777516154903099990" /> <label style="" for="pyxl2777516154903099990">Email</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903099994" tabindex="-1" id="pyxl2777516154903099992" class="text-input login-password login-text-input standard"><div class="text-input-error-wrapper"><form:error name="login_password" /><div data-error-field-name="login_password"></div></div><div class="text-input-wrapper"><input class="password-input text-input-input" type="password" id="pyxl2777516154903099993" name="login_password" /> <label style="" for="pyxl2777516154903099993">Password</label><small class="secondary-label"></small><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div><div class="clearfix"><div class="sso-description"><div class="sprite-div"><div class="sprite-frame small icon-left"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="" class=" sprite sprite_web s_web_lock" /></div><div class="sprite-text"><div class="sprite-text-inner">Single sign-on enabled</div></div></div></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="remember_me" /><div data-error-field-name="remember_me"></div></div><input checked="checked" type="checkbox" id="pyxl2777516154903099995" name="remember_me" /><label for="pyxl2777516154903099995">Remember me</label></div><button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in-text">Sign in</div><div class="sso-text">Continue</div></button><span class="login-loading-indicator"><img data-js-component-id="component2777516154903099996" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" alt="" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" /></span></div><div class="sso-optout"><div>or <a href="#">Log in with Dropbox credentials</a></div></div><div class="login-need-help"><a href="/forgot">Forgot your password?</a></div></form></div> <form action="/ajax_multi_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-phone-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><div class="login-info two-factor-uses-sms">We sent a code to your phone number ending in <span class="last-four-digits"></span>.</div><div class="login-info two-factor-uses-authenticator">Enter the code generated by your authenticator app.</div><div data-js-component-id="component2777516154903099999" tabindex="-1" id="pyxl2777516154903099997" class="text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input name="code" class="text-input-input autofocus" autocomplete="off" type="text" id="pyxl2777516154903099998" /> <label style="" for="pyxl2777516154903099998">6-digit code</label><small class="secondary-label"></small></div></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100000" name="trusted" /><label for="pyxl2777516154903100000"><div data-js-component-id="component2777516154903100001" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><button type="submit" class="login-button button-primary">Submit</button><div class="two-factor-need-help"><a href="" class="resend-two-factor-code two-factor-uses-sms">Didn't receive one?</a><a href="/lost_phone"><span class="two-factor-uses-sms">I lost my phone</span><span class="two-factor-uses-authenticator">I can't use my authenticator app</span></a></div></form> <form action="/ajax_multi_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-seckey-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><input type="hidden" name="u2f_challenge" value="" /><div class="login-info two-factor-uses-u2f"><img data-js-component-id="component2777516154903100002" src="https://cfl.dropboxstatic.com/static/images/security_keys/insert-vflkCfC4_.png" data-hi-res="https://cfl.dropboxstatic.com/static/images/security_keys/[email protected]" alt="" class="seckey-insert" /><div class="two-factor-seckey-instructions"><p><span style="font-weight:bold">Insert your security key to use it</span> <img data-js-component-id="component2777516154903100003" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" alt="" class="seckey-loading-status" /><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" style="display:none" class="seckey-loading-status sprite sprite_web s_web_bulletpoint-check" /></p>After inserting, tap your key if it has a button or gold disk.</div></div><div data-js-component-id="component2777516154903100006" tabindex="-1" id="pyxl2777516154903100004" class="text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input class="text-input-input" style="display:none" type="text" id="pyxl2777516154903100005" name="code" /> <label style="" for="pyxl2777516154903100005"></label><small class="secondary-label"></small></div></div><div style="display:none;" class="two-factor-seckey-instructions"><div style="color:red"><span class="error-msg">Key not found.</span></div><button class="two-factor-seckey-retry button-tertiary">Retry</button></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100007" name="trusted" /><label for="pyxl2777516154903100007"><div data-js-component-id="component2777516154903100008" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><div class="two-factor-use-phone-instead"><a href="" class="two-factor-uses-sms">Send SMS instead</a><a href="" class="two-factor-uses-authenticator">Use mobile authenticator instead</a></div></form></div></div></div></div></div></div><div id="top-notification-bar-container" data-body-class="top-notification-bar" class="top-notification-bar-container lightyellow"><div id="eu-cookie-bar" class="top-notification-bar">We use cookies so that Dropbox works for you. By using our website, you agree to our use of cookies. <a href="https://www.dropbox.com/help/4213">Learn more</a><a href="#" class="top-notification-bar-dismiss eu-bar-dismiss"><img data-js-component-id="component2777516154903100009" src="https://cfl.dropboxstatic.com/static/images/top-notification-x-yellow-vflV3wyLy.png" alt="Dismiss" /></a></div></div><div class="preview-box"><div id="component2777516154903100010"><div class="react-stub"></div></div></div><div style="display: none;" id="db-modal-shared-link-immediate-signup-modal" class="db-modal-wrapper db-bright-modal-wrapper"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div class="bright-modal-logo"><img data-js-component-id="component2777516154903100011" src="https://cfl.dropboxstatic.com/static/images/dropbox_39x36-vflMxv3gQ.png" alt="" /></div><div class="bright-modal-header"><span class="register-form-component">Download and save directly to your Dropbox by creating a free account. <a href="#" class="toggle-form-link">Or, sign in.</a></span><span class="login-form-component">Download and save directly to your Dropbox by signing in. <a href="#" class="toggle-form-link">Or, create a free account.</a></span></div><div class="bright-modal-content"><div class="register-form-component"><div class="compact-form compact-register-form"><div data-js-component-id="component2777516154903100013" class="login-form-container small form_shown register third_party_auth"><form action="/ajax_register" class="clearfix credentials-form register-form"><input type="hidden" name="cont" /><input type="hidden" name="signup_sd" value="" id="pyxl2777516154903100012" /> <input type="hidden" name="signup_tag" value="shmodel_modal_register" /><input type="hidden" name="filename" value="[Python] - Resources.zip" /><div class="credentials-form__fields"><div class="register-form__name-fields"><div data-js-component-id="component2777516154903100016" tabindex="-1" id="pyxl2777516154903100014" class="input-fname text-input__margin-right text-input small first"><div class="text-input-error-wrapper"><form:error name="fname" /><div data-error-field-name="fname"></div></div><div class="text-input-wrapper"><input name="fname" id="pyxl2777516154903100015" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100015">First name</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100019" tabindex="-1" id="pyxl2777516154903100017" class="input-lname second text-input small"><div class="text-input-error-wrapper"><form:error name="lname" /><div data-error-field-name="lname"></div></div><div class="text-input-wrapper"><input name="lname" id="pyxl2777516154903100018" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100018">Last name</label><small class="secondary-label"></small></div></div></div><div class="register-form__credential-fields"><div data-js-component-id="component2777516154903100022" tabindex="-1" id="pyxl2777516154903100020" class="input-email small text-input__margin-right text-input"><div class="text-input-error-wrapper"><form:error name="email" /><div data-error-field-name="email"></div></div><div class="text-input-wrapper"><input class="text-input-input" type="email" name="email" id="pyxl2777516154903100021" /> <label style="" for="pyxl2777516154903100021">Email</label><small class="secondary-label"></small></div></div><div class="email-suggestion"></div><div data-js-component-id="component2777516154903100025" tabindex="-1" id="pyxl2777516154903100023" class="input-password small text-input"><div class="text-input-error-wrapper"><form:error name="password" /><div data-error-field-name="password"></div></div><div class="text-input-wrapper"><input autocomplete="off" class="password-input text-input-input" type="password" name="password" id="pyxl2777516154903100024" /> <label style="" for="pyxl2777516154903100024">Password</label><small class="secondary-label"></small><div data-js-component-id="component2777516154903100026" class="bubble-dropdown-container"><div aria-label="Password strength" class="password-input-meter small bubble-dropdown-target bubble-dropdown-target" tabindex="-1"><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div></div><div class="bubble-dropdown left"><div class="password-bubble-title"></div><div class="password-bubble-desc">Good passwords are hard to guess. Use uncommon words or inside jokes, non-standard uPPercasing, creative spelllling, and non-obvious numbers and symbols</div><div class="bubble-arrow-border"></div><div class="bubble-arrow"></div></div></div><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div></div><div id="react-signup-recaptcha-challenge-div"></div><div class="small checkbox checkbox-inline agree"><div class="text-input-error-wrapper"><form:error name="tos_agree" /><div data-error-field-name="tos_agree"></div></div><input type="checkbox" id="pyxl2777516154903100027" name="tos_agree" /><label for="pyxl2777516154903100027"><span>I agree to <a href="/terms" target="_blank">Dropbox terms</a></span></label></div><button disabled="True" type="submit" class="login-button button-primary">Create an account</button><div class="hr-label"><span class="hr-label__text">or</span></div><button disabled="True" type="button" data-third-party-no-popup="false" class="auth-google button-primary">Sign up with Google</button></form></div></div></div><div class="login-form-component"><div class="compact-form compact-login-form"><div data-js-component-id="component2777516154903100030" id="pyxl2777516154903100029" class="login-form-container small"><div id="regular-login-forms"><div style=""><div class="login-form-container__google-div"><button data-is-popup="true" class="auth-google button-primary"><div class="sign-in-text">Sign in with Google</div></button><div class="c-card c-card--error u-l-dn google-login-error">Oops! We couldn’t find a Dropbox account matching that email. <a class="third-party-signup-link">Click here to create one.</a></div><div class="hr-label"><span class="hr-label__text">or</span></div></div><form action="/ajax_login" novalidate="" method="POST" class="clearfix credentials-form login-form"><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="refresh_token" value="" /><input type="hidden" name="email_sig" value="" /><input type="hidden" name="login_sd" value="" id="pyxl2777516154903100028" /> <div class="credentials-form__fields"><div data-js-component-id="component2777516154903100033" tabindex="-1" id="pyxl2777516154903100031" class="small login-email text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="login_email" /><div data-error-field-name="login_email"></div></div><div class="text-input-wrapper"><input class="text-input-input autofocus" type="email" name="login_email" id="pyxl2777516154903100032" /> <label style="" for="pyxl2777516154903100032">Email</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100036" tabindex="-1" id="pyxl2777516154903100034" class="small text-input login-password login-text-input"><div class="text-input-error-wrapper"><form:error name="login_password" /><div data-error-field-name="login_password"></div></div><div class="text-input-wrapper"><input class="password-input text-input-input" type="password" id="pyxl2777516154903100035" name="login_password" /> <label style="" for="pyxl2777516154903100035">Password</label><small class="secondary-label"></small><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div><div id="react-login-recaptcha-challenge-div"></div><div class="clearfix"><div class="sso-description"><div class="sprite-div"><div class="sprite-frame small icon-left"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="" class=" sprite sprite_web s_web_lock" /></div><div class="sprite-text"><div class="sprite-text-inner">Single sign-on enabled</div></div></div></div><div class="small checkbox checkbox-inline remember-me"><div class="text-input-error-wrapper"><form:error name="remember_me" /><div data-error-field-name="remember_me"></div></div><input checked="checked" type="checkbox" id="pyxl2777516154903100037" name="remember_me" /><label for="pyxl2777516154903100037">Remember me</label></div><button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in-text">Sign in</div><div class="sso-text">Continue</div></button><span class="login-loading-indicator"><img data-js-component-id="component2777516154903100038" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" alt="" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" /></span></div><div class="sso-optout"><div>or <a href="#">Log in with Dropbox credentials</a></div></div><div class="login-need-help"><a href="/forgot">Forgot your password?</a></div></form></div> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-phone-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><div class="login-info two-factor-uses-sms">We sent a code to your phone number ending in <span class="last-four-digits"></span>.</div><div class="login-info two-factor-uses-authenticator">Enter the code generated by your authenticator app.</div><div data-js-component-id="component2777516154903100041" tabindex="-1" id="pyxl2777516154903100039" class="small text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input name="code" class="text-input-input autofocus" autocomplete="off" type="text" id="pyxl2777516154903100040" /> <label style="" for="pyxl2777516154903100040">6-digit code</label><small class="secondary-label"></small></div></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100042" name="trusted" /><label for="pyxl2777516154903100042"><div data-js-component-id="component2777516154903100043" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><button type="submit" class="login-button button-primary">Submit</button><div class="two-factor-need-help"><a href="" class="resend-two-factor-code two-factor-uses-sms">Didn't receive one?</a><a href="/lost_phone"><span class="two-factor-uses-sms">I lost my phone</span><span class="two-factor-uses-authenticator">I can't use my authenticator app</span></a></div></form> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-seckey-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><input type="hidden" name="u2f_challenge" value="" /><div class="login-info two-factor-uses-u2f"><img data-js-component-id="component2777516154903100044" src="https://cfl.dropboxstatic.com/static/images/security_keys/insert-vflkCfC4_.png" data-hi-res="https://cfl.dropboxstatic.com/static/images/security_keys/[email protected]" alt="" class="seckey-insert" /><div class="two-factor-seckey-instructions"><p><span style="font-weight:bold">Insert your security key to use it</span> <img data-js-component-id="component2777516154903100045" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" alt="" class="seckey-loading-status" /><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" style="display:none" class="seckey-loading-status sprite sprite_web s_web_bulletpoint-check" /></p>After inserting, tap your key if it has a button or gold disk.</div></div><div data-js-component-id="component2777516154903100048" tabindex="-1" id="pyxl2777516154903100046" class="text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input class="text-input-input" style="display:none" type="text" id="pyxl2777516154903100047" name="code" /> <label style="" for="pyxl2777516154903100047"></label><small class="secondary-label"></small></div></div><div style="display:none;" class="two-factor-seckey-instructions"><div style="color:red"><span class="error-msg">Key not found.</span></div><button class="two-factor-seckey-retry button-tertiary">Retry</button></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100049" name="trusted" /><label for="pyxl2777516154903100049"><div data-js-component-id="component2777516154903100050" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><div class="two-factor-use-phone-instead"><a href="" class="two-factor-uses-sms">Send SMS instead</a><a href="" class="two-factor-uses-authenticator">Use mobile authenticator instead</a></div></form></div></div></div></div></div><div class="bright-modal-footer"><a class="close-link">No thanks, continue to view →</a></div></div></div></div></div><div style="display: none;" id="db-modal-shared-link-download-signup-modal" class="db-modal-wrapper db-bright-modal-wrapper"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div class="bright-modal-logo"><img data-js-component-id="component2777516154903100051" src="https://cfl.dropboxstatic.com/static/images/dropbox_39x36-vflMxv3gQ.png" alt="" /></div><div class="bright-modal-header"><span class="register-form-component">Download and save directly to your Dropbox by creating a free account. <a href="#" class="toggle-form-link">Or, sign in.</a></span><span class="login-form-component">Download and save directly to your Dropbox by signing in. <a href="#" class="toggle-form-link">Or, create a free account.</a></span></div><div class="bright-modal-content"><div class="register-form-component"><div class="compact-form compact-register-form"><div data-js-component-id="component2777516154903100053" class="login-form-container small form_shown register third_party_auth"><form action="/ajax_register" class="clearfix credentials-form register-form"><input type="hidden" name="cont" /><input type="hidden" name="signup_sd" value="" id="pyxl2777516154903100052" /> <input type="hidden" name="signup_tag" value="shmodel_download_register" /><input type="hidden" name="filename" value="[Python] - Resources.zip" /><div class="credentials-form__fields"><div class="register-form__name-fields"><div data-js-component-id="component2777516154903100056" tabindex="-1" id="pyxl2777516154903100054" class="input-fname text-input__margin-right text-input small first"><div class="text-input-error-wrapper"><form:error name="fname" /><div data-error-field-name="fname"></div></div><div class="text-input-wrapper"><input name="fname" id="pyxl2777516154903100055" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100055">First name</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100059" tabindex="-1" id="pyxl2777516154903100057" class="input-lname second text-input small"><div class="text-input-error-wrapper"><form:error name="lname" /><div data-error-field-name="lname"></div></div><div class="text-input-wrapper"><input name="lname" id="pyxl2777516154903100058" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100058">Last name</label><small class="secondary-label"></small></div></div></div><div class="register-form__credential-fields"><div data-js-component-id="component2777516154903100062" tabindex="-1" id="pyxl2777516154903100060" class="input-email small text-input__margin-right text-input"><div class="text-input-error-wrapper"><form:error name="email" /><div data-error-field-name="email"></div></div><div class="text-input-wrapper"><input class="text-input-input" type="email" name="email" id="pyxl2777516154903100061" /> <label style="" for="pyxl2777516154903100061">Email</label><small class="secondary-label"></small></div></div><div class="email-suggestion"></div><div data-js-component-id="component2777516154903100065" tabindex="-1" id="pyxl2777516154903100063" class="input-password small text-input"><div class="text-input-error-wrapper"><form:error name="password" /><div data-error-field-name="password"></div></div><div class="text-input-wrapper"><input autocomplete="off" class="password-input text-input-input" type="password" name="password" id="pyxl2777516154903100064" /> <label style="" for="pyxl2777516154903100064">Password</label><small class="secondary-label"></small><div data-js-component-id="component2777516154903100066" class="bubble-dropdown-container"><div aria-label="Password strength" class="password-input-meter small bubble-dropdown-target bubble-dropdown-target" tabindex="-1"><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div></div><div class="bubble-dropdown left"><div class="password-bubble-title"></div><div class="password-bubble-desc">Good passwords are hard to guess. Use uncommon words or inside jokes, non-standard uPPercasing, creative spelllling, and non-obvious numbers and symbols</div><div class="bubble-arrow-border"></div><div class="bubble-arrow"></div></div></div><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div></div><div id="react-signup-recaptcha-challenge-div"></div><div class="small checkbox checkbox-inline agree"><div class="text-input-error-wrapper"><form:error name="tos_agree" /><div data-error-field-name="tos_agree"></div></div><input type="checkbox" id="pyxl2777516154903100067" name="tos_agree" /><label for="pyxl2777516154903100067"><span>I agree to <a href="/terms" target="_blank">Dropbox terms</a></span></label></div><button disabled="True" type="submit" class="login-button button-primary">Create an account</button><div class="hr-label"><span class="hr-label__text">or</span></div><button disabled="True" type="button" data-third-party-no-popup="false" class="auth-google button-primary">Sign up with Google</button></form></div></div></div><div class="login-form-component"><div class="compact-form compact-login-form"><div data-js-component-id="component2777516154903100070" id="pyxl2777516154903100069" class="login-form-container small"><div id="regular-login-forms"><div style=""><div class="login-form-container__google-div"><button data-is-popup="true" class="auth-google button-primary"><div class="sign-in-text">Sign in with Google</div></button><div class="c-card c-card--error u-l-dn google-login-error">Oops! We couldn’t find a Dropbox account matching that email. <a class="third-party-signup-link">Click here to create one.</a></div><div class="hr-label"><span class="hr-label__text">or</span></div></div><form action="/ajax_login" novalidate="" method="POST" class="clearfix credentials-form login-form"><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="refresh_token" value="" /><input type="hidden" name="email_sig" value="" /><input type="hidden" name="login_sd" value="" id="pyxl2777516154903100068" /> <div class="credentials-form__fields"><div data-js-component-id="component2777516154903100073" tabindex="-1" id="pyxl2777516154903100071" class="small login-email text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="login_email" /><div data-error-field-name="login_email"></div></div><div class="text-input-wrapper"><input class="text-input-input autofocus" type="email" name="login_email" id="pyxl2777516154903100072" /> <label style="" for="pyxl2777516154903100072">Email</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100076" tabindex="-1" id="pyxl2777516154903100074" class="small text-input login-password login-text-input"><div class="text-input-error-wrapper"><form:error name="login_password" /><div data-error-field-name="login_password"></div></div><div class="text-input-wrapper"><input class="password-input text-input-input" type="password" id="pyxl2777516154903100075" name="login_password" /> <label style="" for="pyxl2777516154903100075">Password</label><small class="secondary-label"></small><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div><div id="react-login-recaptcha-challenge-div"></div><div class="clearfix"><div class="sso-description"><div class="sprite-div"><div class="sprite-frame small icon-left"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="" class=" sprite sprite_web s_web_lock" /></div><div class="sprite-text"><div class="sprite-text-inner">Single sign-on enabled</div></div></div></div><div class="small checkbox checkbox-inline remember-me"><div class="text-input-error-wrapper"><form:error name="remember_me" /><div data-error-field-name="remember_me"></div></div><input checked="checked" type="checkbox" id="pyxl2777516154903100077" name="remember_me" /><label for="pyxl2777516154903100077">Remember me</label></div><button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in-text">Sign in</div><div class="sso-text">Continue</div></button><span class="login-loading-indicator"><img data-js-component-id="component2777516154903100078" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" alt="" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" /></span></div><div class="sso-optout"><div>or <a href="#">Log in with Dropbox credentials</a></div></div><div class="login-need-help"><a href="/forgot">Forgot your password?</a></div></form></div> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-phone-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><div class="login-info two-factor-uses-sms">We sent a code to your phone number ending in <span class="last-four-digits"></span>.</div><div class="login-info two-factor-uses-authenticator">Enter the code generated by your authenticator app.</div><div data-js-component-id="component2777516154903100081" tabindex="-1" id="pyxl2777516154903100079" class="small text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input name="code" class="text-input-input autofocus" autocomplete="off" type="text" id="pyxl2777516154903100080" /> <label style="" for="pyxl2777516154903100080">6-digit code</label><small class="secondary-label"></small></div></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100082" name="trusted" /><label for="pyxl2777516154903100082"><div data-js-component-id="component2777516154903100083" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><button type="submit" class="login-button button-primary">Submit</button><div class="two-factor-need-help"><a href="" class="resend-two-factor-code two-factor-uses-sms">Didn't receive one?</a><a href="/lost_phone"><span class="two-factor-uses-sms">I lost my phone</span><span class="two-factor-uses-authenticator">I can't use my authenticator app</span></a></div></form> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-seckey-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><input type="hidden" name="u2f_challenge" value="" /><div class="login-info two-factor-uses-u2f"><img data-js-component-id="component2777516154903100084" src="https://cfl.dropboxstatic.com/static/images/security_keys/insert-vflkCfC4_.png" data-hi-res="https://cfl.dropboxstatic.com/static/images/security_keys/[email protected]" alt="" class="seckey-insert" /><div class="two-factor-seckey-instructions"><p><span style="font-weight:bold">Insert your security key to use it</span> <img data-js-component-id="component2777516154903100085" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" alt="" class="seckey-loading-status" /><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" style="display:none" class="seckey-loading-status sprite sprite_web s_web_bulletpoint-check" /></p>After inserting, tap your key if it has a button or gold disk.</div></div><div data-js-component-id="component2777516154903100088" tabindex="-1" id="pyxl2777516154903100086" class="text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input class="text-input-input" style="display:none" type="text" id="pyxl2777516154903100087" name="code" /> <label style="" for="pyxl2777516154903100087"></label><small class="secondary-label"></small></div></div><div style="display:none;" class="two-factor-seckey-instructions"><div style="color:red"><span class="error-msg">Key not found.</span></div><button class="two-factor-seckey-retry button-tertiary">Retry</button></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100089" name="trusted" /><label for="pyxl2777516154903100089"><div data-js-component-id="component2777516154903100090" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><div class="two-factor-use-phone-instead"><a href="" class="two-factor-uses-sms">Send SMS instead</a><a href="" class="two-factor-uses-authenticator">Use mobile authenticator instead</a></div></form></div></div></div></div></div><div class="bright-modal-footer"><a class="close-link">No thanks, continue to download →</a></div></div></div></div></div><div style="display: none;" id="db-modal-shared-link-create-password-modal" class="db-modal-wrapper db-bright-modal-wrapper"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div class="bright-modal-logo"><img data-js-component-id="component2777516154903100091" src="https://cfl.dropboxstatic.com/static/images/dropbox_39x36-vflMxv3gQ.png" alt="" /></div><div class="bright-modal-header"><div class="create-password-text"><h1 class="third-party-signup__title">One more thing...</h1><h2 class="third-party-signup__subtitle">Choose a password to finish creating your Dropbox account</h2></div><div id="profile-picture" class="third-party-signup__profile-picture c-avatar c-avatar--xl"><img /></div></div><div class="bright-modal-content"><div class="create-password-form-component"><div data-js-component-id="component2777516154903100093" class="login-form-container small form_shown register"><form action="/ajax_register" class="clearfix credentials-form register-form"><input type="hidden" name="cont" /><input type="hidden" name="signup_sd" value="" id="pyxl2777516154903100092" /> <input type="hidden" name="email_sig" /><input type="hidden" name="signup_tag" value="shmodel_download_register" /><input type="hidden" name="filename" value="[Python] - Resources.zip" /><input type="hidden" name="refresh_token" /><input type="hidden" name="is_third_party_auth" value="1" /><div class="credentials-form__fields"><div class="register-form__name-fields"><div data-js-component-id="component2777516154903100096" tabindex="-1" id="pyxl2777516154903100094" class="input-fname text-input__margin-right text-input small first"><div class="text-input-error-wrapper"><form:error name="fname" /><div data-error-field-name="fname"></div></div><div class="text-input-wrapper"><input name="fname" id="pyxl2777516154903100095" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100095">First name</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100099" tabindex="-1" id="pyxl2777516154903100097" class="input-lname second text-input small"><div class="text-input-error-wrapper"><form:error name="lname" /><div data-error-field-name="lname"></div></div><div class="text-input-wrapper"><input name="lname" id="pyxl2777516154903100098" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100098">Last name</label><small class="secondary-label"></small></div></div></div><div class="register-form__credential-fields"><div data-js-component-id="component2777516154903100102" tabindex="-1" id="pyxl2777516154903100100" class="input-email small text-input__margin-right text-input"><div class="text-input-error-wrapper"><form:error name="email" /><div data-error-field-name="email"></div></div><div class="text-input-wrapper"><input class="text-input-input" type="email" name="email" id="pyxl2777516154903100101" /> <label style="" for="pyxl2777516154903100101">Email</label><small class="secondary-label"></small></div></div><div class="email-suggestion"></div><div data-js-component-id="component2777516154903100105" tabindex="-1" id="pyxl2777516154903100103" class="input-password small text-input"><div class="text-input-error-wrapper"><form:error name="password" /><div data-error-field-name="password"></div></div><div class="text-input-wrapper"><input autocomplete="off" class="password-input text-input-input" type="password" name="password" id="pyxl2777516154903100104" /> <label style="" for="pyxl2777516154903100104">Password</label><small class="secondary-label"></small><div data-js-component-id="component2777516154903100106" class="bubble-dropdown-container"><div aria-label="Password strength" class="password-input-meter small bubble-dropdown-target bubble-dropdown-target" tabindex="-1"><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div></div><div class="bubble-dropdown left"><div class="password-bubble-title"></div><div class="password-bubble-desc">Good passwords are hard to guess. Use uncommon words or inside jokes, non-standard uPPercasing, creative spelllling, and non-obvious numbers and symbols</div><div class="bubble-arrow-border"></div><div class="bubble-arrow"></div></div></div><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div></div><div id="react-signup-recaptcha-challenge-div"></div><div class="small checkbox checkbox-inline agree"><div class="text-input-error-wrapper"><form:error name="tos_agree" /><div data-error-field-name="tos_agree"></div></div><input type="checkbox" id="pyxl2777516154903100107" name="tos_agree" /><label for="pyxl2777516154903100107"><span>I agree to <a href="/terms" target="_blank">Dropbox terms</a></span></label></div><button disabled="True" type="submit" class="login-button button-primary">Create an account</button></form></div></div></div><div class="bright-modal-footer"><div class="add-to-dropbox-component"><a class="close-link">No thanks →</a></div></div></div></div></div></div><div style="display: none;" id="db-modal-shared-link-welcome-modal" class="db-modal-wrapper db-bright-modal-wrapper hidden-x"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div class="bright-modal-header">Welcome to Dropbox!</div><div class="bright-modal-content"><div class="welcome-modal-illo"><img data-js-component-id="component2777516154903100108" src="https://cfl.dropboxstatic.com/static/images/growth/dropbox_with_files-vflYCKclD.png" alt="" /></div><div class="welcome-modal-text">Now it's easy to securely back up your files and photos, access them from any device, and share them with others.</div><a href="/home" class="go-to-dropbox-button button-primary">Go to my Dropbox</a><div class="welcome-modal-no-thanks"><a href="#">No thanks, stay on this page</a></div></div></div></div></div></div><div style="display: none;" id="db-modal-shared-link-default-comments-signup-modal" class="db-modal-wrapper db-bright-modal-wrapper"><div class="db-modal-overlay"></div><div class="db-modal"><div class="db-modal-box"><a aria-label="Close" href="#" class="db-modal-x"></a><h2 class="db-modal-title"><div class="db-modal-title-text"></div></h2><div class="db-modal-content"><div class="bright-modal-logo"><img data-js-component-id="component2777516154903100109" src="https://cfl.dropboxstatic.com/static/images/dropbox_39x36-vflMxv3gQ.png" alt="" /></div><div class="bright-modal-header"><div class="register-form-component form-component"><div class="text-variant post-comment-variant">To post your comment, create a free Dropbox account.<div class="secondary">We'll keep your comment safe during signup.</div></div><div class="text-variant like-comment-variant">To like this comment, create a free Dropbox account.</div><div class="text-variant subscribe-variant">To subscribe to this file, create a free Dropbox account.</div><div class="text-variant default-variant">To continue, create a free Dropbox account.</div></div><div class="login-form-component form-component"><div class="text-variant post-comment-variant">To post your comment, sign in to Dropbox.<div class="secondary">We'll keep your comment safe while you sign in.</div></div><div class="text-variant like-comment-variant">To like this comment, sign in to Dropbox.</div><div class="text-variant subscribe-variant">To subscribe to this file, sign in to Dropbox.</div><div class="text-variant default-variant">To continue, sign in to Dropbox.</div></div></div><div class="bright-modal-content"><div class="register-form-component form-component"><div class="compact-form compact-register-form"><div data-js-component-id="component2777516154903100111" class="login-form-container small form_shown register"><form action="/ajax_register" class="clearfix credentials-form register-form"><input type="hidden" name="cont" /><input type="hidden" name="signup_sd" value="" id="pyxl2777516154903100110" /> <input type="hidden" name="signup_tag" value="comments_shmodel_modal_register" /><div class="credentials-form__fields"><div class="register-form__name-fields"><div data-js-component-id="component2777516154903100114" tabindex="-1" id="pyxl2777516154903100112" class="input-fname text-input__margin-right text-input small first"><div class="text-input-error-wrapper"><form:error name="fname" /><div data-error-field-name="fname"></div></div><div class="text-input-wrapper"><input name="fname" id="pyxl2777516154903100113" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100113">First name</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100117" tabindex="-1" id="pyxl2777516154903100115" class="input-lname second text-input small"><div class="text-input-error-wrapper"><form:error name="lname" /><div data-error-field-name="lname"></div></div><div class="text-input-wrapper"><input name="lname" id="pyxl2777516154903100116" type="text" class="text-input-input autofocus" /> <label style="" for="pyxl2777516154903100116">Last name</label><small class="secondary-label"></small></div></div></div><div class="register-form__credential-fields"><div data-js-component-id="component2777516154903100120" tabindex="-1" id="pyxl2777516154903100118" class="input-email small text-input__margin-right text-input"><div class="text-input-error-wrapper"><form:error name="email" /><div data-error-field-name="email"></div></div><div class="text-input-wrapper"><input class="text-input-input" type="email" name="email" id="pyxl2777516154903100119" /> <label style="" for="pyxl2777516154903100119">Email</label><small class="secondary-label"></small></div></div><div class="email-suggestion"></div><div data-js-component-id="component2777516154903100123" tabindex="-1" id="pyxl2777516154903100121" class="input-password small text-input"><div class="text-input-error-wrapper"><form:error name="password" /><div data-error-field-name="password"></div></div><div class="text-input-wrapper"><input autocomplete="off" class="password-input text-input-input" type="password" name="password" id="pyxl2777516154903100122" /> <label style="" for="pyxl2777516154903100122">Password</label><small class="secondary-label"></small><div data-js-component-id="component2777516154903100124" class="bubble-dropdown-container"><div aria-label="Password strength" class="password-input-meter small bubble-dropdown-target bubble-dropdown-target" tabindex="-1"><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div><div class="password-input-dot"></div></div><div class="bubble-dropdown left"><div class="password-bubble-title"></div><div class="password-bubble-desc">Good passwords are hard to guess. Use uncommon words or inside jokes, non-standard uPPercasing, creative spelllling, and non-obvious numbers and symbols</div><div class="bubble-arrow-border"></div><div class="bubble-arrow"></div></div></div><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div></div><div id="react-signup-recaptcha-challenge-div"></div><div class="small checkbox checkbox-inline agree"><div class="text-input-error-wrapper"><form:error name="tos_agree" /><div data-error-field-name="tos_agree"></div></div><input type="checkbox" id="pyxl2777516154903100125" name="tos_agree" /><label for="pyxl2777516154903100125"><span>I agree to <a href="/terms" target="_blank">Dropbox terms</a></span></label></div><button disabled="True" type="submit" class="login-button button-primary">Create an account</button></form></div></div></div><div class="login-form-component form-component"><div class="compact-form compact-login-form"><div data-js-component-id="component2777516154903100128" id="pyxl2777516154903100127" class="login-form-container small"><div id="regular-login-forms"><div style=""><div class="login-form-container__google-div"><button data-is-popup="true" class="auth-google button-primary"><div class="sign-in-text">Sign in with Google</div></button><div class="c-card c-card--error u-l-dn google-login-error">Oops! We couldn’t find a Dropbox account matching that email. <a class="third-party-signup-link">Click here to create one.</a></div><div class="hr-label"><span class="hr-label__text">or</span></div></div><form action="/ajax_login" novalidate="" method="POST" class="clearfix credentials-form login-form"><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="refresh_token" value="" /><input type="hidden" name="email_sig" value="" /><input type="hidden" name="login_sd" value="" id="pyxl2777516154903100126" /> <div class="credentials-form__fields"><div data-js-component-id="component2777516154903100131" tabindex="-1" id="pyxl2777516154903100129" class="small login-email text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="login_email" /><div data-error-field-name="login_email"></div></div><div class="text-input-wrapper"><input class="text-input-input autofocus" type="email" name="login_email" id="pyxl2777516154903100130" /> <label style="" for="pyxl2777516154903100130">Email</label><small class="secondary-label"></small></div></div><div data-js-component-id="component2777516154903100134" tabindex="-1" id="pyxl2777516154903100132" class="small text-input login-password login-text-input"><div class="text-input-error-wrapper"><form:error name="login_password" /><div data-error-field-name="login_password"></div></div><div class="text-input-wrapper"><input class="password-input text-input-input" type="password" id="pyxl2777516154903100133" name="login_password" /> <label style="" for="pyxl2777516154903100133">Password</label><small class="secondary-label"></small><div class="password-caps-indicator">Caps lock is currently on</div></div></div></div><div id="react-login-recaptcha-challenge-div"></div><div class="clearfix"><div class="sso-description"><div class="sprite-div"><div class="sprite-frame small icon-left"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="" class=" sprite sprite_web s_web_lock" /></div><div class="sprite-text"><div class="sprite-text-inner">Single sign-on enabled</div></div></div></div><div class="small checkbox checkbox-inline remember-me"><div class="text-input-error-wrapper"><form:error name="remember_me" /><div data-error-field-name="remember_me"></div></div><input checked="checked" type="checkbox" id="pyxl2777516154903100135" name="remember_me" /><label for="pyxl2777516154903100135">Remember me</label></div><button disabled="True" type="submit" class="login-button button-primary"><div class="sign-in-text">Sign in</div><div class="sso-text">Continue</div></button><span class="login-loading-indicator"><img data-js-component-id="component2777516154903100136" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" alt="" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" /></span></div><div class="sso-optout"><div>or <a href="#">Log in with Dropbox credentials</a></div></div><div class="login-need-help"><a href="/forgot">Forgot your password?</a></div></form></div> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-phone-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><div class="login-info two-factor-uses-sms">We sent a code to your phone number ending in <span class="last-four-digits"></span>.</div><div class="login-info two-factor-uses-authenticator">Enter the code generated by your authenticator app.</div><div data-js-component-id="component2777516154903100139" tabindex="-1" id="pyxl2777516154903100137" class="small text-input login-text-input"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input name="code" class="text-input-input autofocus" autocomplete="off" type="text" id="pyxl2777516154903100138" /> <label style="" for="pyxl2777516154903100138">6-digit code</label><small class="secondary-label"></small></div></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100140" name="trusted" /><label for="pyxl2777516154903100140"><div data-js-component-id="component2777516154903100141" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><button type="submit" class="login-button button-primary">Submit</button><div class="two-factor-need-help"><a href="" class="resend-two-factor-code two-factor-uses-sms">Didn't receive one?</a><a href="/lost_phone"><span class="two-factor-uses-sms">I lost my phone</span><span class="two-factor-uses-authenticator">I can't use my authenticator app</span></a></div></form> <form action="/ajax_verify_code" style="display:none;" method="POST" class="two-factor-form clearfix 2fa-seckey-form "><input type="hidden" name="cont" /><input type="hidden" name="require_role" /><input type="hidden" name="remember_me" /><input type="hidden" name="u2f_challenge" value="" /><div class="login-info two-factor-uses-u2f"><img data-js-component-id="component2777516154903100142" src="https://cfl.dropboxstatic.com/static/images/security_keys/insert-vflkCfC4_.png" data-hi-res="https://cfl.dropboxstatic.com/static/images/security_keys/[email protected]" alt="" class="seckey-insert" /><div class="two-factor-seckey-instructions"><p><span style="font-weight:bold">Insert your security key to use it</span> <img data-js-component-id="component2777516154903100143" src="https://cfl.dropboxstatic.com/static/images/icons/ajax-loading-small-vfl3Wt7C_.gif" data-hi-res="https://cfl.dropboxstatic.com/static/images/icons/[email protected]" alt="" class="seckey-loading-status" /><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" style="display:none" class="seckey-loading-status sprite sprite_web s_web_bulletpoint-check" /></p>After inserting, tap your key if it has a button or gold disk.</div></div><div data-js-component-id="component2777516154903100146" tabindex="-1" id="pyxl2777516154903100144" class="text-input login-text-input standard"><div class="text-input-error-wrapper"><form:error name="code" /><div data-error-field-name="code"></div></div><div class="text-input-wrapper"><input class="text-input-input" style="display:none" type="text" id="pyxl2777516154903100145" name="code" /> <label style="" for="pyxl2777516154903100145"></label><small class="secondary-label"></small></div></div><div style="display:none;" class="two-factor-seckey-instructions"><div style="color:red"><span class="error-msg">Key not found.</span></div><button class="two-factor-seckey-retry button-tertiary">Retry</button></div><div class="checkbox checkbox-inline standard remember-me"><div class="text-input-error-wrapper"><form:error name="trusted" /><div data-error-field-name="trusted"></div></div><input type="checkbox" id="pyxl2777516154903100147" name="trusted" /><label for="pyxl2777516154903100147"><div data-js-component-id="component2777516154903100148" class="tooltip-wrapper info-icon"><div class="tooltip-bubble tooltip-tooltip"><div class="tooltip-inner"><div class="two-factor-trusted-info">Trusted computers will never ask you for a security code again. You should only trust this computer if you trust everyone who uses it.</div></div></div> <div class="tooltip-prompt sprite-div"><div class="sprite-text"><div class="sprite-text-inner">Trust this computer</div></div><div class="sprite-frame small icon-right"><img src="https://cfl.dropboxstatic.com/static/images/icons/icon_spacer-vflN3BYt2.gif" alt="More information" class=" sprite sprite_web s_web_info" /></div></div></div></label></div><div class="two-factor-use-phone-instead"><a href="" class="two-factor-uses-sms">Send SMS instead</a><a href="" class="two-factor-uses-authenticator">Use mobile authenticator instead</a></div></form></div></div></div></div></div><div class="bright-modal-footer"><span class="register-form-component form-component"><a class="toggle-form-link">Have a Dropbox account? Sign in.</a></span><span class="login-form-component form-component"><a class="toggle-form-link">New to Dropbox? Create a free account!</a></span></div></div></div></div></div> <script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">define("modules/constants/browse", [], function() {
return {"EXP_SUBGROWTH_PRO_OQ_CREATE_SF": null, "SUBGROWTH_PREMIUM_SHARING_MAESTRO": false, "SHOW_PAPER_SEARCH_RESULTS": false, "EXP_SUBGROWTH_BIZ_WEB_CLIENT_GIFTING_LINK": false};
});
define("modules/constants/abuse_report", [], function() {
return {"REPORT_ENABLED": false};
});
define("modules/constants/static", [], function() {
return {"static_url_video_js_swf": "https://flash.dropboxstatic.com/video-js-vfldg2kAU.swf", "static_url_pdfjs_excel": "https://cfl.dropboxstatic.com/static/javascript/pdf-js/pdf-js-excel/viewer/viewer-vfl1B3Jmj.html", "static_url_pdfjs_viewer": "https://cfl.dropboxstatic.com/static/javascript/pdf-js/pdf-js-9e9df56/web/viewer_fmv2-vflGCma8z.html", "static_url_web_socket_swf": "https://dbxlocal.dropboxstatic.com/WebSocket-vflez_6Rn.swf"};
});
define("modules/constants/file_viewer", [], function() {
return {"FILE_VIEWER_VIDEO_USE_HLS": 1, "FILE_VIEWER_LOGGER_ERRORS": false, "PREVIEW_QUALITY_POPUP_QUESTION": "LOOK_GOOD", "FRAMEMESSENGER_WHITELISTED_ORIGINS": ["www.dropboxstatic.com", "cf.dropboxstatic.com", "cfl.dropboxstatic.com", "www.dropbox.com", "dl-doc.dropbox.com", "dl-web.dropbox.com", "dl.dropboxusercontent.com", "dl-doc.dropboxusercontent.com"], "FORCE_TEST_EXCEL_HTML": false, "OpenInMobileAppPlatform": {"ANDROID_MARKET": 3, "IPAD": 4, "IPHONE": 2, "UNSUPPORTED": 1}, "USE_IMAGE_DIMENSIONS_TO_DETECT_ERROR": false, "NO_ACCOUNT_MENU_TEST": "OFF", "FILE_VIEWER_PASS_EXPERIMENTAL_ENABLED": false, "PREVIEW_QUALITY_POPUP_PROBABILITY": 1, "FILE_ACTIVITY_STREAM": false, "DOCPREVIEW_FORCE_RIVIERA_EXCEPTION": false, "ENABLE_FRAMEMESSENGER_V2_CLIENT": true, "DOCPREVIEW_DOC_RANGE_REQUEST": 10000000, "SHARED_LINK_PDF_PERF": "CONTROL", "FILE_VIEWER_PASS_ENABLED": false, "PASS_RESIGN_ONBEFOREUNLOAD_TIMEOUT": 0, "WEB_PDF_LOAD_FIRST_PAGE_ENABLED": true, "MAESTRO_ENABLED": false, "DOCPREVIEW_ARCHIVE": "OFF"};
});
define("modules/constants/contacts", [], function() {
return {"MERGE_SEARCH_ALLOWED": {}, "LEGACY_CACHE_LIMIT": "OFF"};
});
define("modules/constants/gandalf", [], function() {
return {"gandalf": {"docpreview_excel2": false, "wopi-button-visible": false, "unity-web-debug": false, "docpreview_debug_force_test_pptx": false, "docpreview_debug_force_test_pdf": false, "docpreview_debug_force_test_deck_pdf": false, "unity-web-destiny-all-pages": false}};
});
define("modules/constants/teams", [], function() {
return {"PAPER_SIGN_UP_FOR_TEAM_TAGS": ["TEAMS_PAPER", "TEAMS_PAPER_V2", "PAPER_PROMPT_EXP_V1", "PAPER_PROMPT_EXP_V2", "PAPER_PROMPT_EXP_V3", "paper_landing", "PAPER_LOPS_EXP_BANNER", "PAPER_LOPS_EXP_MODAL"], "SUBGROWTH_BIZ_UPSELL_VARIANT": "OFF", "TEAMS_DISABLE_LIMITED_MEMBER_CREATION": false, "PAPER_SIGN_UP_FOR_TEAM_V2": "TEAMS_PAPER_V2", "GROUP_JOIN_POLICY_OPEN": 1, "SUBGROWTH_BIZ_ORION_LAUNCH_VARIANT": "ON", "PAPER_PROMPT_EXP_V3": "PAPER_PROMPT_EXP_V3", "GROUP_JOIN_POLICY_REQUEST_TO_JOIN": 0, "PAPER_PROMPT_EXP_V1": "PAPER_PROMPT_EXP_V1", "SHOW_CREATE_TEAM_MODAL_AFTER_SHARING": false, "PAPER_LOPS_EXP_BANNER": "PAPER_LOPS_EXP_BANNER", "PAPER_PROMPT_EXP_V2": "PAPER_PROMPT_EXP_V2", "TEAM_PROMO_PAGE_IMAGE_PATHS": {"FILES": "teams/screenshot-files.png", "MEMBERS": "teams/screenshot-members.png", "SETTINGS": "teams/screenshot-settings.png"}, "PAPER_LANDING": "paper_landing", "PAPER_SIGN_UP_TAGS": ["TEAMS_PAPER", "TEAMS_PAPER_V2", "PAPER_PROMPT_EXP_V1", "PAPER_PROMPT_EXP_V2", "PAPER_PROMPT_EXP_V3", "paper_landing", "PAPER_LOPS_EXP_BANNER", "PAPER_LOPS_EXP_MODAL", "paper_viral", "paper_landing"], "PAPER_LOPS_EXP_MODAL": "PAPER_LOPS_EXP_MODAL"};
});
define("modules/constants/viewer", [], function() {
return {"ROLE_PHOTOS": "photos", "ROLE_ANONY": "anonymous", "_viewer_properties": {"is_team_assume_user_session": false, "is_assume_user_session": false, "can_moderate_comments": false, "_user_data": []}, "UID_PARAM_NAME": "_subject_uid", "ROLE_WORK": "work", "prompt_ha_hiding": false, "ROLE_PARAM": "role", "PERSONAL_ROLE_STRING": "Personal", "ROLE_BOTH": "both", "ROLE_PERSONAL": "personal", "DEFAULT_ROOT_NAME": "Dropbox"};
});
define("modules/constants/request", [], function() {
var o = {"REQUEST_START_TIME": 1486996398071, "JS_CSRF_COOKIE": "__Host-js_csrf", "REQUEST_ID": "eb8dfd0dbcf9e8f62a4b4ad14b592f91", "REQUEST_TRACING_ENABLED": false, "IS_HTTP2": true};
/* global: ensemble is global for maestro pages */
if (window.ensemble && window.ensemble.getRequestId) {
o.REQUEST_ID = ensemble.getRequestId();
}
return o;
});
define("modules/constants/dropins", [], function() {
return {"CHOOSER_APP_KEY": ""};
});
define("modules/constants/pixie", [], function() {
return {"BIN": "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", "CSP_NONCE": "lfqVyyWiEyI12SGs/mBO", "TPC": "eyIwIjogIjVjOWI4NGRjLWYxZjktMTFlNi04ZTM2LTM4ZWFhNzE1YWIzNCIsICIxIjogMTQ4Njk5NjM5ODQyMn0=", "SEP": "#$\u003c@"};
});
define("modules/constants/time", [], function() {
return {"DATETIME_FORMAT": "M/d/yyyy h:mm a", "DATE_FORMAT": "M/d/yyyy", "TIMEZONE_OFFSET": 0, "TIME_FORMAT": "h:mm a"};
});
define("modules/constants/uirequest", [], function() {
return {"JSCONSTS_IN_UIREQUEST": true};
});
define("modules/constants/page_load", [], function() {
return {"USER_LOCALE": "en", "PUBLIC_MODE_OVERRIDE": null, "COUNTRY_OVERRIDE": null, "METASERVER_MDB_TAGS": ["meta-www"], "CSP_SCRIPT_NONCE": "lfqVyyWiEyI12SGs/mBO", "PAGE_LOAD_TIME": 1486996398, "REPO_REV": "c302799fe7237d99020aa0db07a9c18bcd15f311"};
});
define("modules/constants/comments_panel", [], function() {
return {"ALLOW_ANNOTATION_THUMBNAILS": false, "COMMENTS_COLLAPSE_INPUT": false, "SHOW_COMMENTS_TUTORIAL": false, "ALLOW_ANNOTATION_MARKER": false, "ARE_DEV_TOOLS_SHOWN": false, "ALLOW_WEB_FEEDBACK": false, "ALLOW_NO_AT_MENTIONS": false, "ALLOW_ANNOTATION_THUMBNAILS_SERVER_VIEW": false, "ALLOW_STICKERS": true, "IS_COMBINED_COMMENTS_ENABLED": true, "ALLOW_VIEW_ANNOTATE_MODES": true, "SHOW_REVISIONS": false, "SHOW_COMMENTS_PANEL": true, "ALLOW_ANNOTATION_GHOST": false};
});
define("modules/constants/shared_link_folder", [], function() {
return {"NEW_VIDEO_WATERMARK": true, "THUMBNAIL_IMAGE_FADE_IN": true};
});
define("modules/constants/debug", [], function() {
return {"CPROFILE_PARAMETER": "", "STORMCROW_PANEL": 0, "CPROFILE_ENABLED": 0};
});
define("modules/constants/starred", [], function() {
return {"STARRED_RESOURCE_ID_TYPE": {"ENCODED_FILE_OBJ_ID": "ENCODED_FILE_OBJ_ID", "PAPER_FOLDER_ID": "PAPER_FOLDER_ID", "PAPER_FOLDER_ID_PATH": "PAPER_FOLDER_ID_PATH", "PAPER_DOCUMENT_ID": "PAPER_DOCUMENT_ID", "FQ_PATH": "FQ_PATH", "PAPER_DOCUMENT_ID_PATH": "PAPER_DOCUMENT_ID_PATH"}, "HOME_ACCESS_ENABLED": false};
});
define("modules/constants/legacy", [], function() {
return {"DELETE_ON_UNLINK_UNSUPPORTED": 3, "DOC_PREVIEW_UNAVAILABLE_FAILED": 1, "DOC_PREVIEW_AVAILABLE": 0, "NOTIFICATION_TYPE_META": -1, "DOC_PREVIEW_IN_PROGRESS": 2, "MAX_PDF_FILE_SIZE_B": 83886080, "DOC_PREVIEW_UNAVAILABLE_PROTECTED_DOC": 4, "DELETE_ON_UNLINK_OLD_CLIENT": 2, "DOC_PREVIEW_UNAVAILABLE_BAD_FILE": 3, "root_ns_id": 0, "MAX_GIF_FILE_SIZE_B": 5242880, "MAX_WEBHOOKS_PER_APP": 25, "DELETE_ON_UNLINK_SUPPORTED_PERSONAL_ONLY": 4, "DOC_PREVIEW_UNAVAILABLE_OTHER": 5, "FILE_ACTIVITY_LOG_EVENT_TYPE": {"TUTORIAL_MENTION": 43, "CLIENT_ANNOTATION_HIDDEN": 27, "TUTORIAL_DONE": 47, "COMMENTS_OFF": 17, "SUBMITTED_FEEDBACK": 19, "CLIENT_ANNOTATION_MODE_ENABLED": 48, "CLIENT_CONTACT_LIST_SELECTED": 21, "CLIENT_SWITCH_TO_OLD_REVISION": 35, "CLIENT_ANNOTATION_UI_CLICKED": 30, "MENTION": 9, "TUTORIAL_REPLY_SUCCESS": 42, "CLIENT_STICKERS_SHOWN": 24, "ADD_MESSAGE_AS_COMMENT_ONBOARDING_CLOSED": 37, "TUTORIAL_CREATE_ANNOTATION": 39, "TUTORIAL_NEXT": 45, "CLIENT_SWITCH_TO_LATEST_REVISION": 36, "TUTORIAL_CREATE_ANNOTATION_SUCCESS": 40, "EDIT_COMMENT": 3, "CLIENT_SIGN_UP_MODAL": 14, "FILE_UNSUBSCRIBE": 12, "FILE_SUBSCRIBE": 11, "LIKE_FILE": 0, "NEW_COMMENT": 2, "DELETE_COMMENT": 4, "SET_CHECKBOX_UNCHECKED": 34, "CLIENT_SIGN_UP_SUCCESS": 16, "COMMENTS_ON": 18, "REQUEST_FEEDBACK_NO_CUSTOM_MESSAGE": 38, "UNLIKE_FILE": 1, "TUTORIAL_REPLY": 41, "MAX_EVENT_TYPE": 50, "TUTORIAL_MENTION_SUCCESS": 44, "MARK_COMMENTS_SEEN": 32, "TUTORIAL_CLOSE": 46, "UNRESOLVE_COMMENT": 8, "CLIENT_COMMENTS_HIDDEN": 23, "CLIENT_ANNOTATION_PLACED": 26, "SET_CHECKBOX_CHECKED": 33, "CLIENT_ANNOTATION_MODE_DISABLED": 49, "CLIENT_SIGN_IN_MODAL": 13, "FILE_VIEW": 10, "CLIENT_CONTACT_LIST_SHOWN": 20, "CLIENT_SIGN_IN_SUCCESS": 15, "CLIENT_ANNOTATION_UI_HOVER": 29, "RESOLVE_COMMENT": 7, "CLIENT_COMMENTS_SHOWN": 22, "UNLIKE_COMMENT": 6, "NEW_STICKER_COMMENT": 25, "CLIENT_ANNOTATION_BUTTON_CLICKED": 31, "CLIENT_ANNOTATION_DRAGGED": 28, "LIKE_COMMENT": 5}, "MAX_TEXT_FILE_SIZE_B": 4194304, "sess_id": "321322526870075668121538552379589531672", "DELETE_ON_UNLINK_SUPPORTED": 1, "DELETE_ON_UNLINK_SUPPORTED_TEAM_ONLY": 5, "FILE_ACTIVITY_LOG_CLIENT_ORIGIN_TYPE": {"AT_SIGN_KEYPRESS": 6, "LITTLE_MAN_BUTTON": 5, "STICKER_BUTTON": 8, "LIKE_BUTTON": 1, "FACEPILE_ADD_BUTTON": 4, "ANNOTATION_MODE_BUTTON_IN_TOOLBAR": 10, "ANNOTATION_MODE_BUTTON_IN_COMMENTS_PANE": 11, "SUBSCRIBE_BUTTON": 2, "POST_BUTTON": 0, "MAX_EVENT_TYPE": 12, "NO_AT_SIGN_KEYPRESS": 7, "MODAL_TOGGLE_BUTTON": 3, "COMMENTS_TUTORIAL": 9}, "FILE_ACTIVITY_ACTION_TYPE": {"UNRESOLVE_COMMENT": 8, "DELETE_COMMENT": 4, "COMMENTS_OFF": 11, "NEW_COMMENT": 2, "COMMENTS_ON": 12, "RESOLVE_COMMENT": 7, "UNLIKE_FILE": 1, "EDIT_COMMENT": 3, "UNLIKE_COMMENT": 6, "FILE_UNSUBSCRIBE": 10, "LIKE_COMMENT": 5, "FILE_SUBSCRIBE": 9, "LIKE_FILE": 0}, "MAX_LINKFILE_SIZE_B": 10240};
});
define("modules/constants/env", [], function() {
return {"LIVE_TRANSCODE_SERVER": "showbox-tr.dropbox.com", "THUNDER_SERVER": "thunder.dropbox.com", "BATCH_THUMB_ENDPOINTS": ["//photos-1.dropbox.com/btjb", "//photos-2.dropbox.com/btjb", "//photos-3.dropbox.com/btjb", "//photos-4.dropbox.com/btjb", "//photos-5.dropbox.com/btjb", "//photos-6.dropbox.com/btjb"], "BOLT_SERVER": "bolt.dropbox.com", "BEACON_SERVER": "beacon.dropbox.com", "PUBSERVER": "dl.dropboxusercontent.com", "CAROUSEL_WEBSERVER": "carousel.dropbox.com", "STATIC_CONTENT_HOST": "cfl.dropboxstatic.com", "HARMONY_SERVER": "harmony.dropbox.com", "WEB_TIMING_LOG_ENDPOINT": "/alternate_wtl", "PHOTOS_WEBSERVER": "photos.dropbox.com", "DL_DOC_USER_CONTENT_DOMAIN": "dl-doc.dropboxusercontent.com", "PHOTO_CLUSTER": ["photos-1.dropbox.com", "photos-2.dropbox.com", "photos-3.dropbox.com", "photos-4.dropbox.com", "photos-5.dropbox.com", "photos-6.dropbox.com"], "BLOCK_CLUSTER": "dl-web.dropbox.com", "DL_DOC_DOMAIN": "dl-doc.dropbox.com", "NOTES_WEBSERVER": "paper.dropbox.com", "REDIRECT_SAFE_ORIGINS": ["www.dropbox.com", "dropbox.com", "api.dropboxapi.com", "api.dropbox.com", "linux.dropbox.com", "photos.dropbox.com", "carousel.dropbox.com", "client-web.dropbox.com", "www.dropbox.com", "paper.dropbox.com", "notes.dropbox.com", "test.composer.dropbox.com"]};
});
define("modules/constants/python", [], function() {
return {"DOWNLOADS_NOTIFY_DOMAIN_PARAM_NAME": "_notify_domain", "USER_JOURNEY_SIGNUP_VARIANTS_WITH_CLIENT": ["TEAMS_FIRST_2ACCT_CLIENT_FIRST_V1", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V2", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V3", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V4", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V5", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_DIRECT_SIGNUP_V1"], "DOWNLOAD_ID_PARAM_NAME": "_download_id", "TRADEMARK_BUSINESS": "Dropbox Business", "MILLION_BUSINESS_COUNT": "4", "BEACON_OFFLINE_STATUS": "", "EU_COUNTRIES": ["tm", "ch", "ae", "ad", "af", "ee", "is", "ir", "am", "al", "cz", "cy", "at", "az", "ie", "es", "gr", "ru", "lb", "pt", "no", "tr", "li", "lv", "iq", "lt", "lu", "it", "pk", "ro", "gb", "pl", "be", "fr", "bg", "dk", "hr", "de", "ye", "hu", "ba", "jo", "fi", "by", "me", "md", "om", "kg", "mc", "uz", "rs", "ge", "mk", "qa", "mt", "si", "kw", "sk", "sm", "sa", "nl", "ua", "se", "il"], "MILLION_USER_COUNT": "500", "FileViewTargetType": {"SHARED_LINK": 1, "SHARED_CONTENT_LINK": 2, "PRIVATE": 0}, "FileViewPlatformType": {"WEB": 2, "CLIENT": 1, "UNKNOWN": 5, "API": 0, "MOBILE_ANDROID": 3, "MOBILE_IOS": 4}, "EMAIL_DOMAIN_TYPES": {"CONSUMER": "consumer", "BUSINESS": "business"}, "ACTIVITY_LOADING_MODE": {"USER_I18N": "USER_I18N", "SEEN_STATES": "SEEN_STATES", "FEEDBACK": "FEEDBACK", "FEEDBACK_METADATA": "FEEDBACK_METADATA", "COMMENTS_LIKES": "COMMENTS_LIKES"}, "TRADEMARK_PLUS": "Pro", "PACKAGE_EXTS": [".app", ".bundle", ".framework", ".plugin", ".kext", ".pages", ".scriv", ".dtbase", ".keynote", ".oo3", ".numbers", ".vpdoc", ".mjdoc", ".key", ".rwtheme", ".curio", ".graffle", ".omniplan", ".xcodeproj", ".qdfm", ".rwsw", ".pkg", ".mpkg", ".band", ".mapset", ".sketch", ".ufo", ".rtfd"], "BEACON_ONLINE_STATUS": "online", "SIGN_UP_FOR_TEAM_ONBOARDING_STATES": {"DesktopMigrationOption": 20, "SetupSecondAccount": 15, "InviteMembers": 200, "Register": 5, "WaitJoinApproval": 250, "ClientInstall": 300, "EmailVerification": 0, "DesktopIntro": 10, "DesktopDone": 400, "Done": 10000, "TeamDiscovery": 50, "ReturnToClient": 25, "CreateTeam": 100}, "TakedownRequestTypes": {"ILLEGAL": 3, "MALWARE": 2, "OTHER": 4, "DMCA": 1, "SPAM": 5}, "THUMBNAIL_SIZES": ["320x568", "320x480", "720x720", "1500x500", "274x154", "392x392", "308x154", "150x150", "1600x1200", "750x500", "1280x1280", "180x180", "512x512", "1000x500", "256x256", "718x200", "100x100", "256x456", "318x416", "1024x1024", "320x320", "48x48", "2048x1536", "640x1136", "375x100", "1250x500", "16x16", "640x480", "480x320", "122x122", "2048x2048", "640x640", "128x128", "640x384", "178x178", "568x320", "1136x640", "320x640", "470x300", "256x512", "154x274", "2000x500", "80x80", "200x200", "1024x768", "800x600", "1280x960", "70x70", "1750x500", "456x256", "480x480", "360x360", "784x784", "960x640", "154x154", "359x100", "750x200", "512x256", "640x1280", "196x196", "320x240", "160x160", "478x267", "72x72", "64x64", "154x308", "1280x640", "640x320", "75x75", "800x800", "32x32"], "OREF_CONSTANTS": {"SHMODEL_SHARE_MODAL": "ssm", "EMAIL_REPLY_OF_SHMODEL": "eros", "SHARE_PAGE": "sha", "FILE_ROW_SHARE_MENU": "bsh", "EMAIL": "e", "BROWSE_UNKNOWN": "bu", "DESKTOP_HARMONY": "h", "RECENTS": "r", "EMAIL_REPLY_FROM_THREAD": "erft", "BROWSE_COMMENT_BUTTON": "bb", "BROWSE_SEARCHBOX": "bs", "SHMODEL_SHARE_MODAL_FEEDBACK_REQUEST": "ssmfr", "BROWSE_FILE_OPEN": "bo", "SHARED_LINK_PAGE": "shl", "SERVER_SIDE_CLIENT_VIEW": "sscv", "SHARED_CONTENT_LINK_PAGE": "scl", "WEB_NOTIFICATION": "wn", "DESKTOP_CONTEXT_MENU": "c", "HISTORY": "hi", "EMAIL_REPLY": "er", "DESKTOP_NOTIFICATION": "dn", "BROWSE_COMMENT_CONTEXTMENU": "bc", "FEEDBACK_REQUEST_EMAIL": "fre"}, "DOMAIN_VERIFICATION_STATUS": {"VERIFYING": 3, "ERROR_VERIFYING": 1, "VERIFIED": 4, "PENDING": 2, "ALREADY_CLAIMED": 5}, "RECENT_EVENT_TYPES": {"FILE_RENAME": 3, "PAPER_EDIT": 13, "FILE_EDIT": 2, "FILE_SHARED_VIEW": 10, "PAPER_SHARE": 15, "PAPER_VIEW": 16, "PAPER_ADD": 12, "FILE_SHARE": 7, "FILE_UNMOUNT": 6, "FILE_COMMENT_ADD": 11, "FILE_UNSHARE": 8, "FILE_ADD": 0, "FILE_DELETE": 18, "FILE_RESTORE": 4, "FILE_MOUNT": 5, "FILE_SHARED_ADD": 17, "FILE_PRIVATE_VIEW": 9, "PAPER_COMMENT": 14, "FILE_MOVE": 1}, "RECENT_EVENT_FILTER_TYPE": {"PHOTOS": 1, "ALL": 0, "DOCUMENTS": 3, "VISUAL_NOTES": 7, "VIDEOS": 2, "JUNK": 5, "COMMENTS": 4, "UNCATEGORIZED": 6}, "TOKEN_VISIBILITY": {"PASSWORD": 3, "PUBLIC": 1, "TEAM_ONLY": 2}, "USER_JOURNEY_SIGNUP_VARIANTS": ["TEAMS_FIRST_2ACCT_CLIENT_FIRST_V1", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V2", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V3", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V4", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_V5", "TEAMS_FIRST_2ACCT_CLIENT_FIRST_DIRECT_SIGNUP_V1", "TEAMS_FIRST_2ACCT_WEB_ONLY_V1", "TEAMS_FIRST_2ACCT_WEB_ONLY_V2", "TEAMS_FIRST_2ACCT_WEB_AND_CLIENT", "TEAMS_FIRST_2ACCT_WEB_AND_CLIENT_V2", "smores_project_1"], "FILE_REQUEST_NO_DEADLINE": -1, "ACCOUNT_CAPTURE": {"INVITED_ONLY": 1, "OFF": 0, "ALL": 2}, "FileViewOriginType": {"WEB_NOTIFICATION": 15, "VERSION_HISTORY": 6, "SHARE_PAGE": 18, "BROWSE": 1, "UNKNOWN": 0, "SERVER_VIEW": 10, "FILE_ROW_SHARE_MENU": 14, "PHOTOS": 3, "PAPER": 13, "HARMONY": 7, "CAROUSEL": 2, "FILESYSTEM": 8, "SHARED_LINK_PAGE": 16, "NOTIFICATION": 11, "SHARED_CONTENT_LINK_PAGE": 17, "TRASH": 5, "TRAY": 9, "EMAIL": 12, "RECENTS": 4}, "REVISION_REASON": {"RENAME": 3, "UNMOUNT": 6, "UNSHARE": 8, "MOUNT": 5, "MOVE": 1, "ADD": 0, "RESTORE": 4, "PREV_PURGED": 10, "EDIT": 2, "SHARE": 7, "DELETE": 9}, "OriginReferrerTypeToFileViewOriginAndAction": {"scl": [17, 0], "eros": [12, 6], "sscv": [10, 0], "fre": [12, 0], "ssmfr": [1, 0], "er": [12, 6], "dn": [11, 0], "bb": [1, 1], "bc": [1, 3], "wn": [15, 0], "bo": [1, 0], "ssm": [1, 0], "bu": [1, 0], "hi": [6, 0], "bsh": [14, 0], "bs": [1, 5], "c": [8, 4], "erft": [12, 6], "e": [12, 0], "h": [7, 0], "sha": [18, 0], "r": [4, 0], "shl": [16, 0]}, "THUMBNAIL_SIZE_MODE": {"STRICT": 2, "FIT_ONE_RESTRICT": 9, "LEGACY": 6, "FIT_ONE_ABSTRACT": 7, "EXACT_NO_BACKGROUND": 10, "ABSTRACT": 3, "FIT_ONE": 4, "EXACT": 1, "ORIGINAL": 5, "CUSTOM": 8}, "TEAM_JOIN_SOURCE": {"SHARED_LINK": 1, "NO_SOURCE": 0, "SF_INVITE": 2, "SSO_INITIATED": 6, "DOMAIN_CAPTURE": 4, "FORCED_MIGRATION": 3, "SHARED_CONTENT_LINK": 5}, "FileViewActionType": {"SEARCH": 5, "CONTEXT_MENU_OPEN_FILE": 4, "CONTEXT_MENU_VIEW_COMMENTS": 3, "TOOLBAR_OPEN_FILE": 2, "TOOLBAR_VIEW_COMMENTS": 1, "REPLY": 6, "CLICK": 0}, "FILE_ACTIVITY_LOADING_MODE": {"REVISION_HISTORY": "REVISION_HISTORY", "FEEDBACK": "FEEDBACK", "COMMENTS_LIKES": "COMMENTS_LIKES", "FEEDBACK_METADATA": "FEEDBACK_METADATA", "PREVIEW_INFO": "PREVIEW_INFO", "SEEN_STATES": "SEEN_STATES", "USER_I18N": "USER_I18N"}};
});
define("modules/constants/sharing", [], function() {
return {"PASS_CONTROL_AVAILABILITY": {"SHOW_FOLDER_SETTINGS": false}, "TRUELINK": {"TRUELINK_UI": {}}, "NDSL": {"ALLOW_DOWNLOAD": null}, "ShareTibActionOriginType": {"BROWSE_FILE_FACEPILE": 23, "LINKS_PAGE": 21, "FILE_ROW_SHARE_MENU": 2, "BROWSE_FILE_ROW": 1, "SHARE_LINK_MODAL": 13, "IN_APP": 210, "CONTENT_MANAGER": 18, "PARENT_FOLDER_MODAL": 19, "PREVIEW_PAGE": 3, "EMAIL": 301, "BROWSE_FILE_ACTIONS": 17, "SHARE": 6, "PREVIEW_PAGE_FACEPILE": 22, "FILESYSTEM": 104, "RECENTS": 5, "LEGACY_BROWSE": 12, "DESKTOP_CLIENT": 9, "WEB_MOBILE": 202, "NOTIFICATION_MOBILE": 201, "NATIVE_SHARE_CLIENT": 103, "OFFICE_INTEGRATION": 11, "NOTIFICATION_CLIENT": 102, "OUT_OF_QUOTA_MODAL": 20, "BROWSE_GLOBAL_ACTIONS": 15, "NOTIFICATION_WEB": 4, "SYNC_MODAL": 7, "WIZARD": 10, "EVENTS_PAGE": 16, "BROWSE_SHARED_FOLDER_BANNER": 14, "GRANT_ACCESS": 8, "HARMONY": 101}, "REQUEST_ACCESS": {"REQUEST_ACCESS_CUSTOM_MESSAGE": false}, "GOLDEN_GATE": {"HAS_CONTENT_MANAGER_ASYNC_ARCHIVE": {}, "CAN_DEEP_NEST": {}, "HAS_CONTENT_MANAGER_AND_SUPER_ADMIN": {}, "HAS_CONTENT_MANAGER_DETAILS": {}, "HAS_NEW_MEMBERSHIP_UI": {}, "HAS_AUDIENCE_BOX": {}, "HAS_MANAGED_SYNC": {}, "SHARING_TOTAL_LIMIT": 200, "HAS_CONTENT_MANAGER_ACTIONS_DISABLED": {}, "HAS_CONTENT_MANAGER_CDM": {}, "CAN_SET_FOLDER_CONFIDENTIAL": {}, "HAS_CONTENT_MANAGER": {}, "CAN_ACT_ON_INHERITED_MEMBERS": {}, "HAS_CONTENT_MANAGER_CDM_IN_TSD": {}}, "SHARING_EXPERIMENTS": {"PAYWALL_SHARED_FOLDERS_ON_VARIANTS": ["B_BOTH", "D_SHARING", "E_BOTH_AND_STARTER"], "PAYWALL_SHARED_FOLDER": {}, "SHOW_UPGRADE_TO_BIZ_BANNER": {}}};
});
define("modules/constants/unity", [], function() {
return {"FORCE_NATIVE_WEBSOCKET": false};
});
define("modules/constants/stickers", [], function() {
return {"stickers": [{"live_sticker": true, "description": "", "id": 55, "set_id": 8, "name": "appreciation"}, {"live_sticker": true, "description": "", "id": 56, "set_id": 8, "name": "cool"}, {"live_sticker": true, "description": "", "id": 57, "set_id": 8, "name": "face-palm"}, {"live_sticker": true, "description": "", "id": 58, "set_id": 8, "name": "fire-hand"}, {"live_sticker": true, "description": "", "id": 59, "set_id": 8, "name": "fist-bump"}, {"live_sticker": true, "description": "", "id": 60, "set_id": 8, "name": "hilarious"}, {"live_sticker": true, "description": "", "id": 61, "set_id": 8, "name": "love-it"}, {"live_sticker": true, "description": "", "id": 62, "set_id": 8, "name": "magic-ball"}, {"live_sticker": true, "description": "", "id": 63, "set_id": 8, "name": "mind-blown"}, {"live_sticker": true, "description": "", "id": 64, "set_id": 8, "name": "shy"}, {"live_sticker": true, "description": "", "id": 65, "set_id": 8, "name": "thank-you"}, {"live_sticker": true, "description": "", "id": 66, "set_id": 8, "name": "thumbs-up"}, {"live_sticker": false, "description": "", "id": 67, "set_id": 9, "name": "01"}, {"live_sticker": false, "description": "", "id": 68, "set_id": 9, "name": "02"}, {"live_sticker": false, "description": "", "id": 69, "set_id": 9, "name": "03"}, {"live_sticker": false, "description": "", "id": 70, "set_id": 9, "name": "04"}, {"live_sticker": false, "description": "", "id": 71, "set_id": 9, "name": "05"}, {"live_sticker": false, "description": "", "id": 72, "set_id": 9, "name": "06"}, {"live_sticker": false, "description": "", "id": 73, "set_id": 9, "name": "07"}, {"live_sticker": false, "description": "", "id": 74, "set_id": 9, "name": "08"}, {"live_sticker": false, "description": "", "id": 75, "set_id": 9, "name": "09"}, {"live_sticker": false, "description": "", "id": 76, "set_id": 9, "name": "10"}, {"live_sticker": false, "description": "", "id": 77, "set_id": 9, "name": "11"}, {"live_sticker": false, "description": "", "id": 78, "set_id": 9, "name": "12"}, {"live_sticker": false, "description": "", "id": 79, "set_id": 9, "name": "13"}, {"live_sticker": false, "description": "", "id": 80, "set_id": 9, "name": "14"}, {"live_sticker": false, "description": "", "id": 81, "set_id": 9, "name": "15"}, {"live_sticker": false, "description": "", "id": 82, "set_id": 9, "name": "16"}, {"live_sticker": false, "description": "", "id": 83, "set_id": 10, "name": "01"}, {"live_sticker": false, "description": "", "id": 84, "set_id": 10, "name": "02"}, {"live_sticker": false, "description": "", "id": 85, "set_id": 10, "name": "03"}, {"live_sticker": false, "description": "", "id": 86, "set_id": 10, "name": "04"}, {"live_sticker": false, "description": "", "id": 87, "set_id": 10, "name": "05"}, {"live_sticker": false, "description": "", "id": 88, "set_id": 10, "name": "06"}, {"live_sticker": false, "description": "", "id": 89, "set_id": 10, "name": "07"}, {"live_sticker": false, "description": "", "id": 90, "set_id": 10, "name": "08"}, {"live_sticker": false, "description": "", "id": 91, "set_id": 10, "name": "09"}, {"live_sticker": false, "description": "", "id": 92, "set_id": 10, "name": "10"}, {"live_sticker": false, "description": "", "id": 93, "set_id": 10, "name": "11"}, {"live_sticker": false, "description": "", "id": 94, "set_id": 10, "name": "12"}, {"live_sticker": false, "description": "", "id": 95, "set_id": 10, "name": "13"}, {"live_sticker": false, "description": "", "id": 96, "set_id": 10, "name": "14"}, {"live_sticker": false, "description": "", "id": 97, "set_id": 10, "name": "15"}, {"live_sticker": false, "description": "", "id": 98, "set_id": 10, "name": "16"}, {"live_sticker": false, "description": "", "id": 99, "set_id": 11, "name": "01"}, {"live_sticker": false, "description": "", "id": 100, "set_id": 11, "name": "02"}, {"live_sticker": false, "description": "", "id": 101, "set_id": 11, "name": "03"}, {"live_sticker": false, "description": "", "id": 102, "set_id": 11, "name": "04"}, {"live_sticker": false, "description": "", "id": 103, "set_id": 11, "name": "05"}, {"live_sticker": false, "description": "", "id": 104, "set_id": 11, "name": "06"}, {"live_sticker": false, "description": "", "id": 105, "set_id": 11, "name": "07"}, {"live_sticker": false, "description": "", "id": 106, "set_id": 11, "name": "08"}, {"live_sticker": false, "description": "", "id": 107, "set_id": 11, "name": "09"}, {"live_sticker": false, "description": "", "id": 108, "set_id": 11, "name": "10"}, {"live_sticker": false, "description": "", "id": 109, "set_id": 11, "name": "11"}, {"live_sticker": false, "description": "", "id": 110, "set_id": 11, "name": "12"}, {"live_sticker": false, "description": "", "id": 111, "set_id": 11, "name": "13"}, {"live_sticker": false, "description": "", "id": 112, "set_id": 11, "name": "14"}, {"live_sticker": false, "description": "", "id": 113, "set_id": 11, "name": "15"}, {"live_sticker": false, "description": "", "id": 114, "set_id": 11, "name": "16"}, {"live_sticker": false, "description": "", "id": 115, "set_id": 12, "name": "01"}, {"live_sticker": false, "description": "", "id": 116, "set_id": 12, "name": "02"}, {"live_sticker": false, "description": "", "id": 117, "set_id": 12, "name": "03"}, {"live_sticker": false, "description": "", "id": 118, "set_id": 12, "name": "04"}, {"live_sticker": false, "description": "", "id": 119, "set_id": 12, "name": "05"}, {"live_sticker": false, "description": "", "id": 120, "set_id": 12, "name": "06"}, {"live_sticker": false, "description": "", "id": 121, "set_id": 12, "name": "07"}, {"live_sticker": false, "description": "", "id": 122, "set_id": 12, "name": "08"}, {"live_sticker": false, "description": "", "id": 123, "set_id": 12, "name": "09"}, {"live_sticker": false, "description": "", "id": 124, "set_id": 12, "name": "10"}, {"live_sticker": false, "description": "", "id": 125, "set_id": 12, "name": "11"}, {"live_sticker": false, "description": "", "id": 126, "set_id": 12, "name": "12"}, {"live_sticker": false, "description": "", "id": 127, "set_id": 13, "name": "01"}, {"live_sticker": false, "description": "", "id": 128, "set_id": 13, "name": "02"}, {"live_sticker": false, "description": "", "id": 129, "set_id": 13, "name": "03"}, {"live_sticker": false, "description": "", "id": 130, "set_id": 13, "name": "04"}, {"live_sticker": false, "description": "", "id": 131, "set_id": 13, "name": "05"}, {"live_sticker": false, "description": "", "id": 132, "set_id": 13, "name": "06"}, {"live_sticker": false, "description": "", "id": 133, "set_id": 13, "name": "07"}, {"live_sticker": false, "description": "", "id": 134, "set_id": 13, "name": "08"}, {"live_sticker": false, "description": "", "id": 135, "set_id": 13, "name": "09"}, {"live_sticker": false, "description": "", "id": 136, "set_id": 13, "name": "10"}, {"live_sticker": false, "description": "", "id": 137, "set_id": 13, "name": "11"}, {"live_sticker": false, "description": "", "id": 138, "set_id": 13, "name": "12"}, {"live_sticker": false, "description": "", "id": 139, "set_id": 13, "name": "13"}, {"live_sticker": false, "description": "", "id": 140, "set_id": 13, "name": "14"}, {"live_sticker": false, "description": "", "id": 141, "set_id": 13, "name": "15"}, {"live_sticker": false, "description": "", "id": 142, "set_id": 14, "name": "01"}, {"live_sticker": false, "description": "", "id": 143, "set_id": 14, "name": "02"}, {"live_sticker": false, "description": "", "id": 144, "set_id": 14, "name": "03"}, {"live_sticker": false, "description": "", "id": 145, "set_id": 14, "name": "04"}, {"live_sticker": false, "description": "", "id": 146, "set_id": 14, "name": "05"}, {"live_sticker": false, "description": "", "id": 147, "set_id": 14, "name": "06"}, {"live_sticker": false, "description": "", "id": 148, "set_id": 14, "name": "07"}, {"live_sticker": false, "description": "", "id": 149, "set_id": 14, "name": "08"}, {"live_sticker": false, "description": "", "id": 150, "set_id": 14, "name": "09"}, {"live_sticker": false, "description": "", "id": 151, "set_id": 14, "name": "10"}, {"live_sticker": false, "description": "", "id": 152, "set_id": 14, "name": "11"}, {"live_sticker": false, "description": "", "id": 153, "set_id": 14, "name": "12"}, {"live_sticker": false, "description": "", "id": 154, "set_id": 14, "name": "13"}, {"live_sticker": false, "description": "", "id": 155, "set_id": 14, "name": "14"}, {"live_sticker": false, "description": "", "id": 156, "set_id": 14, "name": "15"}], "sticker_img_url": "https://www.dropbox.com/stickers/sticker", "sticker_set_img_url": "https://www.dropbox.com/stickers/set", "sets": [{"description": "", "id": 8, "name": "wizards"}, {"description": "", "id": 9, "name": "Chillusaurus"}, {"description": "", "id": 10, "name": "Eyeballs"}, {"description": "", "id": 11, "name": "GrimCreeper"}, {"description": "", "id": 12, "name": "InKitties"}, {"description": "", "id": 13, "name": "SportBall"}, {"description": "", "id": 14, "name": "Utilitarian"}]};
});
define("modules/constants/webtiming", [], function() {
return {"LOG_JS_MODULE_TIMING": false, "LOG_RESOURCE_TIMING": true, "LOG_BROWSER_PERFORMANCE_INFO": true, "LOG_TIMING_DELAY": false};
});
</script><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
/* global: configureRequire comes from the
fake_require_snippet (ui/page/script_tags.py) */
configureRequire(
{"waitSeconds": 30, "map": {"external/react-redux-3.1.0": {"redux": "external/redux-3.6.0-prod"}, "*": {"external/react-dnd-scrollzone": "external/react-dnd-scrollzone-3.0.0", "external/react-dnd": "external/react-dnd-2.1.4", "__real_external/es6-promise": "external/es6-promise", "external/tslib": "tslib", "langpack": "javascript/langpack/en", "external/immutable": "external/immutable-3", "external/redux-thunk": "external/redux-thunk-2.1.0", "external/react-dom/server": "external/react-dom/server-15.3.1-prod", "external/sjcl": "external/sjcl-1.0.3", "__real_jquery": "jquery", "external/es6-promise": "modules/shims/es6-promise", "external/videojs/video": "external/videojs/video-5.10.7", "external/react": "external/react-15.3.1-prod", "external/react-redux": "external/react-redux-3.1.0", "external/react-router": "external/react-router-2.0.0", "external/moment": "moment", "external/react-dom": "external/react-dom-15.3.1-prod", "external/reflux": "external/reflux-0.3.0", "__real_external/tracekit": "TraceKit", "react": "external/react-15.3.1-prod", "TraceKit": "modules/shims/tracekit", "external/tracekit": "modules/shims/tracekit", "jquery": "external/jquery_security_patch_bundle", "external/jquery": "external/jquery_security_patch_bundle", "external/underscore": "underscore", "react-dom": "external/react-dom-15.3.1-prod", "external/typeahead.jquery": "typeahead.jquery", "external/classnames": "classnames", "external/react-dnd-html5-backend": "external/react-dnd-html5-backend-2.1.2", "external/bloodhound": "bloodhound", "external/redux": "external/redux-3.6.0-prod", "redux": "external/redux-3.6.0-prod"}, "modules/shims/tracekit": {"external/tracekit": "TraceKit", "__real_external/tracekit": "TraceKit"}, "external/jquery_security_patch_bundle": {"jquery": "jquery", "__real_jquery": "jquery"}, "modules/shims/es6-promise": {"__real_external/es6-promise": "external/es6-promise", "external/es6-promise": "external/es6-promise"}}, "shim": {"internal_javascript/v-accordion.min": {"exports": null, "deps": ["jquery", "internal_javascript/angular", "internal_javascript/angular-animate.min"]}, "internal_javascript/angular-sanitize.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "internal_javascript/angular-cookies.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "internal_javascript/ng-table": {"exports": null, "deps": ["jquery", "internal_javascript/angular"]}, "internal_javascript/angular-elastic-input.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "internal_javascript/angular-animate.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "internal_javascript/angular": {"exports": "angular", "deps": ["jquery"]}, "dropins": {"exports": "Dropbox", "deps": []}, "internal_javascript/angular-filter.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "external/highcharts": {"exports": "Highcharts", "deps": ["jquery"]}, "external/react-redux-3.1.0": {"exports": null, "deps": ["redux"]}, "external/web_socket": {"exports": "WebSocket", "deps": ["modules/clean/unity/flash_config", "external/swfobject"]}, "internal_javascript/ng-infinite-scroll": {"exports": null, "deps": ["jquery", "internal_javascript/angular"]}, "internal_javascript/angular-elastic": {"exports": null, "deps": ["internal_javascript/angular"]}, "external/plupload_dev": {"exports": "plupload", "deps": ["external/moxie"]}, "external/zxcvbn": {"exports": "zxcvbn", "deps": []}, "internal_javascript/angular-route.min": {"exports": null, "deps": ["internal_javascript/angular"]}, "internal_javascript/jquery_sparkline.min": {"exports": null, "deps": ["jquery"]}, "libs": {"deps": ["jquery", "modules/core/dom", "modules/constants/page_load"]}, "external/cyfd": {"exports": "cf", "deps": []}, "external/modernizr": {"exports": "Modernizr", "deps": []}, "external/highstock": {"exports": "Highcharts", "deps": ["jquery"]}, "external/viz-1.3.0": {"exports": "Viz", "deps": []}}, "bundles": {"pkg-ab": ["modules/clean/captcha", "modules/clean/legacy_pyxl_controllers/bubble_dropdown", "modules/clean/form_util/name_parser", "modules/clean/js_basic_stopwatch", "modules/clean/job_progress", "modules/core/accessible_announce", "modules/clean/sso_login_checks", "modules/clean/dbmodal", "modules/clean/event_load", "modules/clean/css", "modules/clean/react/button", "modules/clean/react/recaptcha_challenge", "modules/clean/notserver", "modules/clean/user", "modules/core/notify_base", "modules/clean/keycode", "modules/pagelet_config", "modules/clean/hi_res", "modules/core/cookies", "modules/clean/analytics", "modules/clean/profile_services/auth_callback_handler", "modules/clean/marketing_tracker", "modules/clean/undo", "modules/clean/devtools/perf_hub_action_types", "modules/clean/js_client_stopwatch", "modules/clean/em_string", "modules/clean/init_react", "modules/clean/legacy_pyxl_controllers/ajax_form", "modules/clean/profile_services/popup_handler", "modules/clean/react/input", "modules/core/notify", "modules/clean/stormcrow/stormcrow_panel_action_types", "modules/clean/viewer", "modules/clean/react/css", "modules/clean/sprite", "modules/clean/js_environment", "modules/clean/datetime", "modules/core/i18n", "modules/core/dom", "modules/clean/validators/validators", "modules/clean/deprecated/uirequest", "modules/clean/photos/legacy_thumb_loader", "modules/clean/filepath", "modules/core/controller_registry", "modules/core/uri", "modules/clean/devtools/perf_hub_actions", "modules/clean/legacy_pyxl_controllers/input", "modules/clean/photos/batch_thumb_loader", "modules/clean/flux/dispatcher", "modules/core/controller_helpers", "modules/clean/profile_services/third_party_signup", "modules/shims/es6-promise", "modules/core/exception", "modules/clean/web_module_timing", "modules/clean/react/modal", "modules/clean/stormcrow/stormcrow_panel_actions", "modules/clean/profile_services/profile_services_link", "modules/clean/open_in_mobile_app", "modules/clean/base64", "modules/clean/image_size", "modules/clean/legacy_pyxl_controllers/tabbable", "modules/clean/legacy_pyxl_controllers/login_form", "modules/clean/ajax", "modules/core/exception_tag_registry", "modules/clean/storage", "modules/clean/react/form_error_mixin", "modules/clean/register_form", "modules/clean/crypto", "modules/clean/loggers/cache_logger", "modules/clean/uuid", "modules/clean/gandalf_util", "modules/shims/tracekit", "modules/clean/profile_services/profile_services_constants", "modules/clean/legacy_pyxl_controllers/tooltip", "modules/clean/mailcheck", "modules/clean/react/sprite", "modules/core/browser", "modules/clean/web_timing_logger", "modules/clean/static_urls", "modules/core/html"], "pkg-ac": ["modules/clean/react/activity/users_to_notify_facepile", "modules/clean/react/file_comments/file_comments_pane", "modules/clean/comments/lib/animation", "modules/clean/react/file_comments/toggle_bar", "modules/clean/react/activity/contacts_selector_popup", "modules/clean/react/file_sidebar/file_sidebar_maestro_toggle_button", "modules/clean/react/file_comments/conversation_or_input_card", "modules/clean/sticker_util", "modules/clean/react/activity/contacts_selector", "modules/clean/react/activity/comment_activity_ui", "modules/clean/react/activity/resolve_button", "modules/clean/react/activity/time_counter", "modules/clean/react/file_comments/comment_list_header", "modules/clean/react/pure_render", "modules/clean/react/file_comments/threaded_comment_header", "modules/clean/react/activity/users_to_notify", "modules/clean/react/activity/mentions_controller", "modules/clean/comments/components/stickers", "modules/clean/react/file_comments/live_sticker", "modules/clean/react/activity/comment_input", "modules/clean/contacts/bloodhound_contacts", "modules/clean/react/file_comments/file_revision_card", "modules/clean/comments/collection_utils", "modules/clean/react/file_comments/comment_card", "modules/clean/react/file_comments/comment_list_ui", "modules/clean/react/file_comments/comment_list_options", "modules/clean/react/file_comments/comment_tutorial", "modules/clean/react/file_comments/threaded_comment_activity_ui", "modules/clean/react/activity/annotation_button"], "pkg-aa": ["modules/clean/flux/base_store", "modules/clean/sharing/shared_content_link_sync_utils", "modules/clean/react/copy_to_dropbox/actions", "modules/clean/react/file_sidebar/comments_wrapper_component", "modules/clean/unity/flash_config", "modules/clean/react/flag", "modules/clean/avatar/contact_avatar", "modules/clean/sharing/confirmation_modals/unshare_folder_confirmation_modal", "modules/clean/event_handler", "modules/clean/react/browse/store", "modules/clean/sharing/share_modal_util", "modules/clean/file_events", "modules/clean/previews/preview_actions_helper", "modules/clean/sharing/role_selector_modal", "modules/clean/react/file_viewer/mounted_file_actions", "modules/clean/react/select", "modules/clean/unity/check_file_cache", "modules/clean/contacts/tokenizer", "modules/clean/file_activity/models/file_activity", "modules/clean/comments/logging", "modules/clean/sharing/content_info", "modules/clean/react/bubble", "modules/clean/previews/pending_upload_watcher", "modules/clean/flux/store_listener", "modules/clean/react/account_menu/account_menu", "modules/clean/react/previews/audio/preview_audio_visuals", "modules/clean/contacts/contact", "modules/clean/react/file_viewer/flippable_controls", "modules/clean/react/file_viewer/share_helpers", "modules/clean/react/user_notifications/dispatcher", "modules/core/types", "modules/clean/growth/experiments/logger", "modules/clean/sharing/actions/share_modal", "modules/clean/unity/connection", "modules/clean/api_v2/error", "modules/clean/react/browse/constants", "modules/clean/react/file_modal_controller", "modules/clean/photos/thumb_loading/utils", "modules/clean/display_format", "modules/clean/sharing/views/hover_close_button", "modules/clean/sharing/views/modal_content", "modules/clean/activity/activity_user", "modules/clean/react/previews/preview_toolbar_container", "modules/clean/react/calendar", "modules/clean/react/account_menu/account_switcher", "modules/clean/annotations/annotation_controller", "modules/clean/react/file_viewer/more_dropdown/views", "modules/clean/react/account_menu/logout_link", "modules/clean/sharing/views/sharing_bubble_menu", "modules/clean/accessibility/utils", "modules/clean/comments/revisions", "modules/clean/api_v2/root_aware_client", "modules/clean/teams/limited_team_invite_form", "modules/clean/react/pass/actions", "modules/clean/react/file_viewer/more_dropdown", "modules/clean/react/title_bubble", "modules/clean/react/user_notifications/dropdown_bluenote_row", "modules/clean/contacts/data_v2", "modules/clean/unity/features", "modules/clean/comments/action_creators_helpers", "modules/clean/react/previews/audio/utils", "modules/clean/react/file_viewer/version_history_file_actions", "modules/clean/previews/file_view_rams_common", "modules/clean/react_format", "modules/clean/annotations/annotation_region", "modules/clean/contacts/types", "modules/clean/revisions/file_revisions_iterator", "modules/clean/react/file_viewer/file_viewer", "modules/clean/react/previews/audio/preview_audio", "modules/clean/api_v2/types", "modules/clean/react/file_viewer/seen_state_coachmark", "modules/clean/react/bubble_dropdown", "modules/clean/sharing/link_settings_modal", "modules/clean/react/tooltip", "modules/clean/components/loading_indicator", "modules/clean/tokenizer", "modules/clean/react/teams/modals/limited_team_folder_settings_modal", "modules/clean/comments/models/comment", "modules/clean/teams/team_folder_modal", "modules/clean/react/browse/render_partials", "modules/clean/react/file_comments/onboarding", "modules/clean/sharing/confirmation_modals/member_access_change_confirmation_modal", "modules/clean/avatar/initials_avatar_with_color", "modules/clean/annotations/annotation_highlight", "modules/clean/react/browse/browse_logger", "modules/clean/referrer_cleansing_redirect", "modules/clean/sharing/ui_util", "modules/clean/sharing/views/comments_help", "modules/clean/sharing/signup_modal_proxy", "modules/clean/react/file_viewer/more_dropdown/models", "modules/clean/contacts/bloodhound_contacts_v2", "modules/clean/teams/modals/create_team_prompt_modal", "modules/clean/react/tabs/tab_nav", "modules/clean/react/previews/preview_image", "modules/clean/teams/membership_discovery_util", "modules/clean/contacts/cache_store", "modules/clean/comments/models/comment_activity", "modules/clean/avatar/initials_avatar", "modules/clean/react/copy_to_dropbox/modal", "modules/clean/loggers/notification_tray_logger", "modules/clean/growth/experiments/sharing_paywall_actions_store", "modules/clean/file_activity/api", "modules/clean/react/file_viewer/comments_demo_actions", "modules/clean/react/file_viewer/controller", "modules/clean/react/previews/frame_messenger_host", "modules/clean/react/browse/sort_helpers", "modules/clean/teams/modals/suggest_team_invite_modal", "modules/clean/browse_interface", "modules/clean/react/previews/preview_linkfile", "modules/clean/sharing/sharing_settings_constants", "modules/clean/zendesk_feedback", "modules/clean/react/user_notifications/models", "modules/clean/avatar/stacked_avatars", "modules/clean/react/previews/preview_zoom_container", "modules/clean/react/previews/audio/preview_audio_volume", "modules/clean/comments/constants", "modules/clean/file_activity/clients/file_activity_bolt_client", "modules/clean/react/pass/constants", "modules/clean/react/share_download/models", "modules/clean/avatar/shared_link_avatar", "modules/clean/react/file_viewer/shared_file_actions", "modules/clean/photos/thumb_loading/generic_thumb_store", "modules/clean/comments/store", "modules/clean/history", "modules/clean/sharing/link_description", "modules/clean/pagination_manager", "modules/clean/image_viewer_annotation_interface", "modules/clean/react/file_sidebar/file_sidebar", "modules/clean/search/search_helpers", "modules/clean/annotations/annotation", "modules/clean/react/helpers", "modules/clean/react/tabs/tab_util", "modules/clean/react/browse/actions", "modules/clean/contacts/config", "modules/clean/account/verify_email_modals", "modules/clean/react/account_menu/avatar", "modules/clean/sharing/constants", "modules/clean/teams/team_assume_user_personal_locked_modal", "modules/clean/react/previews/preview_image_zoom", "modules/clean/flux/store_mixin", "modules/core/type", "modules/clean/contacts/facebook_oauth", "modules/clean/teams/admin/api/types/managed_sync", "modules/clean/react/previews/preview_video", "modules/clean/sharing/shared_content_link_sync_modal", "modules/clean/raf_throttle", "modules/clean/avatar/photo_avatar", "modules/clean/search/search_type", "modules/clean/react/file_comments/logger", "modules/clean/teams/admin/api/admin_console_api_client", "modules/clean/loggers/file_viewer_logger", "modules/clean/sharing/components/toggle_switch", "modules/dirty/growth/shared_link_signup_modals", "modules/clean/growth/experiments/shared_folder_paywall_view", "modules/clean/react/previews/preview_html", "modules/clean/sharing/api/types/metadata", "modules/clean/pagelet_logger", "modules/clean/comments/components/ui_constants", "modules/clean/flux/action_type", "modules/clean/react/file_viewer/seen_state_facepile", "modules/clean/comments/logged_out_utils", "modules/clean/react/title_bar/base", "modules/clean/sharing/stores/sharing_info_util", "modules/clean/react/file_viewer/title_bar", "modules/clean/payments/cash", "modules/clean/contacts/util", "modules/clean/react/user_notifications/generic_icon", "modules/clean/react/columnheader", "modules/clean/react/user_notifications/dropdown_row", "modules/clean/image_annotations", "modules/clean/contacts/typeahead", "modules/clean/react/overlay", "modules/clean/top_notif", "modules/clean/sharing/link_info", "modules/clean/sharing/copy_public_link_modal", "modules/clean/sharing/folder_settings_modal", "modules/clean/sharing/stores/sharing_info", "modules/clean/avatar/inherited_count_avatar", "modules/clean/react/tabs/tabs", "modules/clean/react/file_viewer/open_button", "modules/clean/react/user_notifications/constants", "modules/clean/annotations/annotation_marker_ui", "modules/clean/loggers/folder_invite_impression_logger", "modules/clean/contacts/cache", "modules/clean/react/previews/preview_toolbar", "modules/clean/react/tabs/tab_bar", "modules/clean/react/file_viewer/actions", "modules/clean/react/user_notifications/legacy_thumb_loader", "modules/clean/sharing/member_avatars", "modules/clean/react/file_action_button", "modules/clean/react/account_menu/install_link", "modules/clean/activity/constants", "modules/clean/comments/models/loading_spinner", "modules/clean/react/copy_to_dropbox/api", "modules/clean/react/hidden", "modules/clean/avatar/style", "modules/clean/image_preview_util", "modules/clean/react/open_in_app/actions", "modules/clean/comments/actions", "modules/clean/react/user_notifications/dropdown_body", "modules/clean/legacy_pyxl_controllers/role_picker", "modules/clean/payments/validation", "modules/clean/react/browse/api", "modules/clean/sharing/delete_link_modal", "modules/clean/sharing/api/client", "modules/clean/react/previews/audio/preview_audio_details", "modules/clean/comments/utils", "modules/clean/annotations/annotation_renderer_utils", "modules/clean/react/file_viewer/toggle_comments", "modules/clean/react/file_viewer/models", "modules/clean/react/util", "modules/clean/react/file_viewer/full_screen_helpers", "modules/clean/react/previews/constants", "modules/clean/react/file_viewer/store", "modules/clean/photos/thumbnail_url_util", "modules/clean/beacon_nodeps", "modules/clean/react/user_notifications/dropdown_bell", "modules/clean/sharing/file_settings_modal", "modules/clean/account/change_email_modals", "modules/clean/sharing/keep_a_copy_modal", "modules/clean/account/email", "modules/clean/react/selectable_list", "modules/clean/comments/demo_action_creators", "modules/clean/react/teams/modals/limited_team_upsell_modal_banner", "modules/clean/contacts/facebook_modal", "modules/clean/average_counter", "modules/clean/bolt", "modules/clean/sharing/views/member_list_item", "modules/clean/react/user_notifications/avatar_icon", "modules/clean/react/sprite_div", "modules/clean/annotations/annotation_highlight_ui", "modules/clean/react/user_notifications/event_emitter", "modules/clean/open_with", "modules/clean/growth/experiments/sharing_paywall_info_modal", "modules/clean/react/previews/responsive_image", "modules/clean/sharing/notifications", "modules/clean/react/teams/modals/limited_team_share_folder_modal", "modules/clean/multiaccount_login", "modules/clean/react/open_in_app/button", "modules/clean/web_user_action_logger", "modules/clean/avatar/list", "modules/clean/react/file_comments/shared_link_signup_modals", "modules/clean/react/previews/archive/preview_archive", "modules/clean/react/account_menu/pro_gifting_link", "modules/clean/loggers/file_preview_logger", "modules/clean/sharing/views/viewer_info", "modules/clean/react/user_notifications/dropdown", "modules/clean/react/file_viewer/open_button_coachmark", "modules/clean/annotations/annotation_region_ui", "modules/clean/react/image", "modules/clean/react/previews/preview_error", "modules/clean/sharing/views/modal_link_info", "modules/clean/sharing/views/viewer_list_modal", "modules/clean/react/account_menu/settings_link", "modules/clean/react/bubble_dropdown_v2", "modules/clean/sharing/views/constants", "modules/clean/react/previews/preview_image_with_annotations", "modules/clean/annotations/preview_image_annotations_toolbar", "modules/clean/react/file_viewer/file_preview", "modules/clean/unity/logger", "modules/clean/unity/connection_error", "modules/clean/comments/events", "modules/clean/contacts/cache_type", "modules/clean/react/user_notifications/store", "modules/clean/browse/browse_drag_utils", "modules/clean/immutability_helper", "modules/clean/react/tree_view", "modules/clean/payments/dfb_util", "modules/clean/react/file_viewer/file_preview_event_emitter", "modules/clean/sharing/strings", "modules/clean/sharing/views/modal_viewers_line", "modules/core/user_i18n", "modules/clean/react/account_menu/pro_upgrade_link", "modules/clean/react/browse/action_logger", "modules/clean/react/file_viewer/utils", "modules/clean/react/portal", "modules/clean/typeahead", "modules/clean/unity/web_socket", "modules/clean/unity/websocket_config", "modules/clean/deprecated/dbmodal_loading", "modules/clean/react/previews/preview_toolbar_region_creation", "modules/clean/avatar/size", "modules/clean/avatar/overflow_count_pill", "modules/clean/avatar/avatar_with_default", "modules/clean/react/free_positioned", "modules/clean/react/slider", "modules/clean/annotations/annotation_marker", "modules/clean/sharing/views/member_list", "modules/clean/react/user_notifications/actions", "modules/clean/flux/flux_store", "modules/clean/sharing/share_modal", "modules/clean/contacts/demo_contacts", "modules/clean/previews/preview_status_watcher", "modules/clean/react/share_download/actions", "modules/clean/react/previews/audio/preview_audio_play_button", "modules/clean/react/file_viewer/copyright_flag", "modules/clean/optimistic_update", "modules/clean/sharing/components/button_group", "modules/clean/react/pass/store", "modules/clean/file_operations/notifications", "modules/clean/comments/models/preview_types", "modules/clean/previews/pdf_loader", "modules/clean/avatar/viewer_avatar", "modules/clean/react/browse/models", "modules/clean/bolt_nodeps", "modules/clean/events/rollback", "modules/clean/react/file_viewer/more_dropdown/more_option_registry", "modules/clean/components/scooter/badge", "modules/clean/page_role_observer", "modules/clean/sharing/action_types", "modules/clean/sharing/api", "modules/clean/image_viewer_annotation_renderer", "modules/clean/sharing/sharing_settings_util", "modules/clean/api_v2/client", "modules/clean/react/content_manager/api", "modules/clean/sharing/confirmation_modals/relinquish_membership_confirmation_modal", "modules/clean/frame_messenger/frame_messenger_host", "modules/clean/previews/util", "modules/clean/react/previews/quality_popup/constants", "modules/clean/sharing/settings_modal_components", "modules/clean/comments/lib/type_check", "modules/clean/react/previews/quality_popup/feedback_modal", "modules/clean/components/title_bubble", "modules/clean/clipboard", "modules/clean/react/previews/preview_pdf", "modules/clean/fuzzy", "modules/clean/sharing/share_page/action_types", "modules/clean/react/file_viewer/container", "modules/clean/sharing/parent_folder_access_modal", "modules/clean/avatar/faceholder", "modules/clean/react/account_menu/account_info", "modules/clean/react/file_viewer/constants", "modules/clean/react/file_viewer/dispatcher", "modules/clean/file_activity/clients/file_activity_data_source", "modules/clean/downloads", "modules/clean/beacon", "modules/clean/loggers/notification_logger", "modules/clean/react/file_viewer/coach_mark", "modules/clean/react/previews/quality_popup/questions", "modules/clean/react/previews/quality_popup/preview_quality_popup", "modules/clean/react/onboarding_modal", "modules/clean/react/bubble_menu", "modules/clean/react/previews/image_helpers", "modules/clean/react/file_viewer/more_dropdown/icon", "modules/clean/groups/api", "modules/clean/react/account_menu/account_menu_contents", "modules/clean/avatar/triple_avatars", "modules/clean/legacy_pyxl_controllers/bubble_picker", "modules/clean/react/pass/utils", "modules/clean/browse_events", "modules/clean/file_activity/models/revision", "modules/clean/contacts/list", "modules/clean/comments/demo_file_activity", "modules/clean/react/user_notifications/api", "modules/clean/sharing/actions/sharing_actions", "modules/clean/react/file_modals", "modules/clean/unity/versions", "modules/clean/react/share_download/button", "modules/clean/react/outside_event", "modules/clean/sharing/set_confidential_modal", "modules/clean/react/account_menu/business_upgrade_link", "modules/clean/form", "modules/clean/sharing/api/util/types", "modules/clean/account/email_verify_reasons", "modules/clean/comments/flux", "modules/clean/frame_messenger", "modules/clean/photos/thumb_loading/http2_thumb_loader", "modules/clean/comments/action_creators", "modules/clean/react/paging_list", "modules/clean/growth/experiments/manage_shared_folders_modal", "modules/clean/react/title_bar/controls_container", "modules/clean/frame_messenger/frame_messenger_base", "modules/clean/account/email_verify", "modules/clean/sharing/sharing_settings_modal", "modules/clean/clipboard_v2"], "pkg-ae": ["modules/clean/comments/comment_dom", "modules/clean/react/file_path_breadcrumb"], "pkg-ai": ["modules/clean/photo_upload/controller", "modules/clean/account_photo_modal/mode_enum", "modules/clean/account_photo_modal/controller", "modules/clean/account_photo_modal/ui", "modules/clean/photo_upload/ui", "modules/clean/photo_upload/mode_enum"], "pkg-an": ["modules/clean/react/action_list"], "pkg-al": ["modules/clean/teams/constants"]}, "baseUrl": "https://cfl.dropboxstatic.com/static/", "paths": {"modules/clean/react/file_sidebar/file_sidebar_base": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_base.min-vflowLbai", "modules/clean/react/starred/store": "javascript/compiled/modules/clean/react/starred/store.min-vfl7IsUZz", "modules/clean/react/starred/constants": "javascript/compiled/modules/clean/react/starred/constants.min-vflDhjCHu", "modules/clean/react/file_sidebar/store/sidebar/actions": "javascript/compiled/modules/clean/react/file_sidebar/store/sidebar/actions.min-vflou0cuM", "modules/clean/react/file_sidebar/file_sidebar_component": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_component.min-vflwFlZ7D", "modules/clean/react/home/starred/constants": "javascript/compiled/modules/clean/react/home/starred/constants.min-vfletN6KB", "modules/clean/react/file_activity_stream/file_activity_stream_card_detail": "javascript/compiled/modules/clean/react/file_activity_stream/file_activity_stream_card_detail.min-vfl_A2rcF", "modules/clean/unity/features/web_destiny_ui": "javascript/compiled/modules/clean/unity/features/web_destiny_ui.min-vfleSiiyc", "modules/clean/react/file_activity_stream/file_activity_stream_card_factory": "javascript/compiled/modules/clean/react/file_activity_stream/file_activity_stream_card_factory.min-vfl1V2AIU", "modules/clean/react/file_sidebar/file_sidebar_provider": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_provider.min-vflBF5lAA", "external/videojs/video-5.10.7": "javascript/compiled/external/videojs/video-5.10.7.min-vflFYmoc1", "modules/clean/react/starred/star": "javascript/compiled/modules/clean/react/starred/star.min-vflKgRZNT", "dropins": "api/2/dropins-vflySk7Jj", "external/components": "javascript/compiled/external/components.min-vflPYyoN_", "modules/clean/teams/membership_suggestion_modal": "javascript/compiled/modules/clean/teams/membership_suggestion_modal.min-vflCOJiND", "modules/clean/react/invite/contact_suggestion_list": "javascript/compiled/modules/clean/react/invite/contact_suggestion_list.min-vflrphprF", "recaptcha": "https://google.com/recaptcha/api.js?render=explicit", "modules/clean/react/file_sidebar/store/comments/reducer": "javascript/compiled/modules/clean/react/file_sidebar/store/comments/reducer.min-vfldzTAml", "underscore": "javascript/compiled/external/underscore.min-vflio7YxP", "external/hoist-non-react-statics": "javascript/compiled/external/hoist-non-react-statics.min-vflLGCWFf", "libs": "javascript/compiled/libs.min-vfl25ShHe", "modules/clean/react/file_sidebar/store/app/actions": "javascript/compiled/modules/clean/react/file_sidebar/store/app/actions.min-vflWP69Hy", "external/react-15.3.1-prod": "javascript/compiled/external/react-15.3.1-prod.min-vflMYPHbf", "modules/clean/react/file_sidebar/store/file_activity/activity_sorted_set": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/activity_sorted_set.min-vflyNr5B_", "modules/clean/comments/components/file_comments_pane_container": "javascript/compiled/modules/clean/comments/components/file_comments_pane_container.min-vfluDoA67", "external/swfobject": "javascript/compiled/external/swfobject.min-vflxMry3o", "modules/clean/react/file_sidebar/store/file_activity/sorted_set": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/sorted_set.min-vflaEExCw", "modules/clean/react/file_sidebar/store/file_activity/types": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/types.min-vflE_IH1X", "modules/clean/comments/lib/click_outside": "javascript/compiled/modules/clean/comments/lib/click_outside.min-vflvyIH1R", "modules/clean/comments/components/file_preview_overlay": "javascript/compiled/modules/clean/comments/components/file_preview_overlay.min-vflWKV4uV", "modules/clean/react/starred/api": "javascript/compiled/modules/clean/react/starred/api.min-vflKjEj9h", "pkg-ab": "javascript/compiled/packaged/pkg-ab.min-vflUycyES", "pkg-ac": "javascript/compiled/packaged/pkg-ac.min-vfleprCHx", "pkg-aa": "javascript/compiled/packaged/pkg-aa.min-vflW5uQsj", "external/es6-promise": "javascript/compiled/external/es6-promise.min-vflza7ND2", "pkg-ae": "javascript/compiled/packaged/pkg-ae.min-vflDToNt3", "modules/clean/react/file_sidebar/file_sidebar_toggle_bar": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_toggle_bar.min-vflbBOyS-", "pkg-ai": "javascript/compiled/packaged/pkg-ai.min-vfldadNgR", "pkg-an": "javascript/compiled/packaged/pkg-an.min-vflI9or_j", "pkg-al": "javascript/compiled/packaged/pkg-al.min-vflQRCWy-", "tslib": "javascript/compiled/external/tslib.min-vfl5j4I4k", "modules/clean/string": "javascript/compiled/modules/clean/string.min-vfl1YD4Nt", "external/redux-3.6.0-prod": "javascript/compiled/external/redux-3.6.0-prod.min-vflw3kiBg", "external/web_socket": "javascript/compiled/external/web_socket.min-vflcHTylJ", "modules/clean/react/file_comments/annotation_bubble": "javascript/compiled/modules/clean/react/file_comments/annotation_bubble.min-vflPTMd4G", "external/plupload_dev": "javascript/compiled/external/plupload_dev.min-vfl-i1j--", "modules/clean/react/file_comments/annotation_comments_list_ui_bubble": "javascript/compiled/modules/clean/react/file_comments/annotation_comments_list_ui_bubble.min-vflWQ97N8", "external/keymaster": "javascript/compiled/external/keymaster.min-vflLu22dA", "external/zxcvbn": "javascript/compiled/external/zxcvbn.min-vflkO7PKd", "TraceKit": "javascript/compiled/external/tracekit.min-vfllJSVmx", "modules/clean/comments/components/file_preview_annotations": "javascript/compiled/modules/clean/comments/components/file_preview_annotations.min-vfliryN3B", "external/sha1": "javascript/compiled/external/sha1.min-vflnBGgMP", "external/cyfd": "javascript/compiled/external/cyfd.min-vflPa1IkK", "bloodhound": "javascript/compiled/external/bloodhound.min-vflfAD6wh", "modules/clean/react/home/constants": "javascript/compiled/modules/clean/react/home/constants.min-vflbieJgy", "modules/clean/unity/features/web_destiny": "javascript/compiled/modules/clean/unity/features/web_destiny.min-vflCwMBS4", "external/jquery.fs.zoomer": "javascript/compiled/external/jquery.fs.zoomer.min-vflptJjlm", "modules/clean/react/maestro/icon_definitions": "javascript/compiled/modules/clean/react/maestro/icon_definitions.min-vflvXSVCt", "modules/clean/react/file_activity_stream/file_activity_stream": "javascript/compiled/modules/clean/react/file_activity_stream/file_activity_stream.min-vfl-KV1bk", "modules/clean/react/file_activity_stream/cards/file_rename_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_rename_activity_card.min-vflYI5Fi7", "modules/clean/react/file_viewer/seen_state_facepile_controller": "javascript/compiled/modules/clean/react/file_viewer/seen_state_facepile_controller.min-vflB0bBTn", "external/immutable-3": "javascript/compiled/external/immutable-3.min-vflCDQDs_", "external/phone_helpers": "javascript/compiled/external/phone_helpers.min-vflzYNYys", "modules/clean/react/home/starred/starred_resource_store": "javascript/compiled/modules/clean/react/home/starred/starred_resource_store.min-vfld9PmII", "modules/clean/react/file_activity_stream/cards/file_edit_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_edit_activity_card.min-vflO-6W-n", "modules/clean/teams/membership_request_modal": "javascript/compiled/modules/clean/teams/membership_request_modal.min-vflUtVcpC", "modules/clean/react/file_activity_stream/cards/file_add_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_add_activity_card.min-vflJbyc-D", "modules/clean/react/file_sidebar/constants": "javascript/compiled/modules/clean/react/file_sidebar/constants.min-vflluAaxq", "modules/clean/react/account_menu/limited_team_plans_upgrade_link": "javascript/compiled/modules/clean/react/account_menu/limited_team_plans_upgrade_link.min-vflVR5Wvk", "modules/clean/react/file_activity_stream/file_activity_stream_card": "javascript/compiled/modules/clean/react/file_activity_stream/file_activity_stream_card.min-vflMxKni3", "external/react-redux-3.1.0": "javascript/compiled/external/react-redux-3.1.0.min-vfl851EDg", "modules/clean/react/file_sidebar/file_sidebar_tab": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_tab.min-vfl0MVM_K", "external/flash_detect": "javascript/compiled/external/flash_detect.min-vflQgzGKJ", "modules/clean/video_loader": "javascript/compiled/modules/clean/video_loader.min-vflN4LxoF", "external/purify": "javascript/compiled/external/purify.min-vflkgrzs0", "modules/clean/react/file_sidebar/store/app/reducer": "javascript/compiled/modules/clean/react/file_sidebar/store/app/reducer.min-vflHFX1p1", "modules/clean/react/home/home_access/home_access_util": "javascript/compiled/modules/clean/react/home/home_access/home_access_util.min-vflCguvb0", "modules/clean/comments/more_option_helpers": "javascript/compiled/modules/clean/comments/more_option_helpers.min-vflUUWcHM", "modules/clean/comments/annotation_utils": "javascript/compiled/modules/clean/comments/annotation_utils.min-vflIYJhKK", "modules/clean/react/file_activity_stream/utils": "javascript/compiled/modules/clean/react/file_activity_stream/utils.min-vflJ3cWMh", "modules/clean/file_viewer_interface_controller": "javascript/compiled/modules/clean/file_viewer_interface_controller.min-vfl3jKeIl", "modules/clean/comments/components/switch_revision_ui_container": "javascript/compiled/modules/clean/comments/components/switch_revision_ui_container.min-vfl76mFGR", "external/lru": "javascript/compiled/external/lru.min-vflgbHB_e", "modules/clean/react/file_activity_stream/cards/file_view_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_view_activity_card.min-vflfnLKUI", "modules/clean/react/file_sidebar/store/comments/actions": "javascript/compiled/modules/clean/react/file_sidebar/store/comments/actions.min-vflmFQbPN", "external/reflux-0.3.0": "javascript/compiled/external/reflux-0.3.0.min-vfleGl5rg", "modules/clean/comments/url_handler": "javascript/compiled/modules/clean/comments/url_handler.min-vfl7szJTY", "external/sjcl-1.0.3": "javascript/compiled/external/sjcl-1.0.3.min-vflRtcU5Z", "external/deep-freeze": "javascript/compiled/external/deep-freeze.min-vflLIRfOZ", "modules/clean/react/file_sidebar/store/file_activity/api": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/api.min-vflvxMpbV", "modules/clean/react/file_activity_stream/cards/file_move_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_move_activity_card.min-vfl26X8hv", "modules/clean/react/maestro/svg_icon": "javascript/compiled/modules/clean/react/maestro/svg_icon.min-vflMs0CX5", "modules/clean/react/file_sidebar/store/file_activity/reducer": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/reducer.min-vflRISH6M", "external/flux": "javascript/compiled/external/flux.min-vflUoCnE8", "modules/clean/loggers/pagelet_perf": "javascript/compiled/modules/clean/loggers/pagelet_perf.min-vflFopoRW", "external/pixie": "javascript/compiled/external/pixie.min-vflYEO4rB", "modules/clean/react/file_activity_stream/cards/file_shared_link_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_shared_link_activity_card.min-vflFod5ku", "modules/clean/react/file_sidebar/file_sidebar_connect": "javascript/compiled/modules/clean/react/file_sidebar/file_sidebar_connect.min-vflettN1e", "external/moxie": "javascript/compiled/external/moxie.min-vfl4ZzwgQ", "javascript/langpack/en": "javascript/langpack/en.js?17209", "modules/clean/react/file_sidebar/store/sidebar/reducer": "javascript/compiled/modules/clean/react/file_sidebar/store/sidebar/reducer.min-vflX798Ij", "modules/clean/account/set_password_modal": "javascript/compiled/modules/clean/account/set_password_modal.min-vfl2aqNRV", "modules/clean/abuse/report_flag": "javascript/compiled/modules/clean/abuse/report_flag.min-vflyKZm4f", "external/jquery_ui": "javascript/compiled/external/jquery_ui.min-vflnSF8u0", "dropbox": "javascript/compiled/dropbox.min-vfldJ7tmJ", "modules/clean/react/starred/actions": "javascript/compiled/modules/clean/react/starred/actions.min-vflfYTdIu", "external/react-dom-15.3.1-prod": "javascript/compiled/external/react-dom-15.3.1-prod.min-vflgUUIsY", "external/jquery_security_patch_bundle": "javascript/compiled/external/jquery_security_patch_bundle.min-vflY7mdhA", "modules/clean/react/file_comments/switch_revision_ui": "javascript/compiled/modules/clean/react/file_comments/switch_revision_ui.min-vfloarDdC", "external/modernizr": "javascript/compiled/external/modernizr.min-vflhJ_VB_", "external/u2f-api": "javascript/compiled/external/u2f-api.min-vfl1OTTAm", "modules/clean/react/starred/model": "javascript/compiled/modules/clean/react/starred/model.min-vflZk0iMb", "modules/clean/react/file_activity_stream/cards/file_share_activity_card": "javascript/compiled/modules/clean/react/file_activity_stream/cards/file_share_activity_card.min-vfloefTe0", "modules/clean/react/starred/id_type_pair": "javascript/compiled/modules/clean/react/starred/id_type_pair.min-vflTWt1Ns", "classnames": "javascript/compiled/external/classnames.min-vfl4ukfgw", "external/jquery.mousewheel": "javascript/compiled/external/jquery.mousewheel.min-vflX56u0Z", "modules/clean/react/file_sidebar/store/file_activity/actions": "javascript/compiled/modules/clean/react/file_sidebar/store/file_activity/actions.min-vfl7F7tAx", "external/eventemitter3": "javascript/compiled/external/eventemitter3.min-vflZU66d8", "modules/clean/react/file_sidebar/store/instance": "javascript/compiled/modules/clean/react/file_sidebar/store/instance.min-vflIEkaiR"}},
{"reusingContext": false, "deferJsTimeout": null, "requireFallbackBaseUrl": "https://www.dropboxstatic.com/static/", "reusingJquery": false, "deferJs": false},
[[[["external/react"], (function(React){
window.React = React;;
})],[["modules/clean/init_react"], (function(mod){
mod.initialize_module({"components": [{"module_name": "modules/clean/react/file_viewer/container", "install_hot_reloading_attrs": false, "props": {"files": [{"beacon_context": "AABrMVupAIqpIx72Uy7FJSb5Mh3nwyexGfQ", "preview_url": null, "file_id": "id:nZ3IeUdUMqAAAAAAAAAA0w", "filename": "[Python] - Resources.zip", "size": "2.06 MB", "bytes": 2164481, "ts": 1475473465, "preview_type": null, "sjid": 311, "icon": "page_white_compressed_32", "ns_id": 931527971}], "shareToken": {"linkType": "s", "itemId": null, "linkKey": "kjp3kmfbvql6j5x", "displayName": "[Python] - Resources.zip", "isPackage": false, "subPath": "/[Python] - Resources.zip", "secureHash": ""}, "areCommentsOpen": true, "openImmediatelyInApp": false, "user": null, "fileViewerProps": {"fileViewTarget": 1, "fileViewAction": 0, "activityContext": 1, "hideComments": false, "isCommentsDemo": false, "disableRouting": true, "hidePageChrome": false, "onCloseViewer": null, "fileViewOrigin": 0, "accountMenuOptions": {"accountPhotoUrl": null, "showProUpgradeLink": false, "showBusinessUpgradeLink": false, "isPagelet": false, "showNameOnButton": true, "showProGiftingLink": false, "isMaestroDesign": false, "isToolbarAccountPhotoEnabled": false}}, "sharePermissions": {"canCopyToDropboxRoles": ["anonymous"], "canRemoveLinkUids": [], "canPrintRoles": ["anonymous"], "canDownloadRoles": ["anonymous"], "canSyncToDropboxRoles": [], "canViewContextMenuRoles": ["anonymous"]}, "sharedLinkInfo": {"url": "https://www.dropbox.com/s/kjp3kmfbvql6j5x/%5BPython%5D%20-%20Resources.zip?dl=0", "ownerTeamName": null, "ownerName": null, "ownerTeamLogo": null, "ownerEmail": null}, "currentIndex": 0}, "elem_id": "component2777516154903100010", "component_name": null}]});
})],[["modules/clean/legacy_pyxl_controllers/tabbable"], (function(mod){
var init = mod.initialize_module; if (init != null){init();};
})],[["modules/clean/marketing_tracker"], (function(MarketingTracker){
MarketingTracker.push({src: "https://marketing.dropbox.com/s/%3Atkey/%2Apath?referrer=", dataLayer: {"event": "dataReady", "session_id": "AADzKFosdgSSjijj5OVGXRdWZMleyIqOb6lsofPYdd3jmQ"}});;
})],[["modules/clean/top_notif"], (function(top_notif){
top_notif.EUCookieNotificationBar.init();;
})],[["modules/clean/web_timing_logger"], (function(mod){
mod.initialize_module({"ttv_at_dom_interactive": false, "is_pagelet": false, "source_type": "web", "tti_at_dom_interactive": false, "log_time_to_interactive": true, "subtypes": {"previewformat": "unknown"}, "log_time_to_view": true});
})],[["modules/core/controller_registry", "modules/clean/legacy_pyxl_controllers/input", "modules/clean/hi_res", "modules/dirty/growth/shared_link_signup_modals", "modules/clean/register_form", "modules/clean/legacy_pyxl_controllers/bubble_dropdown", "modules/clean/react/file_viewer/container", "modules/clean/react/file_comments/shared_link_signup_modals", "modules/clean/legacy_pyxl_controllers/login_form", "modules/clean/legacy_pyxl_controllers/tooltip", "modules/clean/flux/base_store", "modules/clean/sharing/shared_content_link_sync_utils", "modules/clean/react/copy_to_dropbox/actions", "modules/clean/react/file_sidebar/comments_wrapper_component", "modules/clean/unity/flash_config", "modules/clean/react/home/starred/constants", "modules/clean/react/flag", "modules/clean/avatar/contact_avatar", "modules/clean/sharing/confirmation_modals/unshare_folder_confirmation_modal", "modules/clean/react/account_menu/logout_link", "modules/clean/react/pass/actions", "modules/clean/bolt_nodeps", "modules/clean/react/browse/store", "modules/clean/sharing/share_modal_util", "modules/clean/file_events", "modules/clean/previews/preview_actions_helper", "modules/clean/sharing/role_selector_modal", "modules/clean/react/file_viewer/mounted_file_actions", "modules/clean/react/select", "modules/constants/debug", "modules/clean/unity/check_file_cache", "modules/clean/contacts/tokenizer", "modules/clean/form_util/name_parser", "modules/clean/file_activity/models/file_activity", "modules/clean/comments/logging", "external/underscore", "modules/clean/react/bubble", "modules/clean/previews/pending_upload_watcher", "modules/clean/js_basic_stopwatch", "modules/clean/flux/store_listener", "modules/clean/sharing/api", "modules/clean/react/previews/audio/preview_audio_visuals", "modules/clean/contacts/contact", "modules/clean/job_progress", "modules/clean/react/file_viewer/flippable_controls", "external/immutable", "modules/clean/react/file_viewer/share_helpers", "modules/clean/react/user_notifications/dispatcher", "modules/core/accessible_announce", "modules/core/types", "modules/clean/growth/experiments/logger", "modules/clean/sharing/actions/share_modal", "modules/clean/react/copy_to_dropbox/modal", "modules/clean/unity/connection", "modules/clean/contacts/facebook_oauth", "modules/clean/dbmodal", "modules/clean/api_v2/error", "modules/clean/react/browse/constants", "modules/clean/react/previews/audio/preview_audio_details", "modules/clean/display_format", "modules/constants/shared_link_folder", "modules/clean/beacon_nodeps", "modules/clean/css", "external/web_socket", "modules/clean/sharing/views/modal_content", "modules/clean/activity/activity_user", "external/plupload_dev", "modules/clean/react/button", "modules/clean/sharing/views/member_list_item", "modules/clean/sharing/delete_link_modal", "modules/constants/python", "modules/clean/react/home/constants", "modules/clean/react/calendar", "modules/clean/react/account_menu/account_switcher", "modules/clean/react/file_viewer/more_dropdown/views", "modules/clean/sharing/views/sharing_bubble_menu", "modules/clean/react/maestro/icon_definitions", "modules/clean/accessibility/utils", "modules/clean/comments/revisions", "modules/clean/react/recaptcha_challenge", "modules/clean/api_v2/root_aware_client", "modules/clean/teams/limited_team_invite_form", "modules/clean/captcha", "modules/clean/sharing/settings_modal_components", "modules/clean/react/title_bubble", "modules/clean/notserver", "modules/clean/react/user_notifications/dropdown_bluenote_row", "modules/clean/contacts/data_v2", "modules/clean/unity/features", "modules/clean/comments/action_creators_helpers", "modules/clean/react/previews/audio/utils", "modules/clean/react/file_viewer/version_history_file_actions", "modules/clean/previews/file_view_rams_common", "modules/clean/react_format", "modules/clean/annotations/annotation_region", "modules/clean/uuid", "modules/clean/contacts/types", "modules/clean/revisions/file_revisions_iterator", "modules/core/notify_base", "modules/clean/keycode", "modules/clean/react/file_viewer/file_viewer", "modules/clean/react/previews/audio/preview_audio", "modules/clean/api_v2/types", "modules/pagelet_config", "external/components", "modules/clean/loggers/pagelet_perf", "external/lru", "modules/clean/sharing/link_settings_modal", "modules/clean/react/tooltip", "modules/clean/components/loading_indicator", "modules/clean/tokenizer", "modules/clean/react/teams/modals/limited_team_folder_settings_modal", "modules/clean/comments/models/comment", "modules/clean/teams/team_folder_modal", "modules/clean/react/browse/render_partials", "modules/clean/react/file_comments/onboarding", "modules/clean/sharing/confirmation_modals/member_access_change_confirmation_modal", "modules/clean/react/form_error_mixin", "modules/clean/react/browse/browse_logger", "modules/clean/comments/events", "modules/clean/referrer_cleansing_redirect", "modules/clean/sharing/ui_util", "modules/clean/react/bubble_dropdown", "modules/clean/annotations/annotation_highlight", "modules/clean/sharing/views/comments_help", "modules/constants/request", "modules/clean/react/file_viewer/more_dropdown/models", "modules/clean/contacts/bloodhound_contacts_v2", "modules/clean/teams/modals/create_team_prompt_modal", "modules/clean/sharing/views/hover_close_button", "external/deep-freeze", "modules/clean/react/previews/preview_image", "modules/core/cookies", "modules/clean/teams/membership_discovery_util", "modules/clean/annotations/annotation_marker_ui", "external/pixie", "modules/clean/contacts/cache_store", "modules/clean/comments/models/comment_activity", "modules/clean/teams/team_assume_user_personal_locked_modal", "modules/constants/comments_panel", "modules/clean/loggers/notification_tray_logger", "modules/clean/growth/experiments/sharing_paywall_actions_store", "modules/clean/search/search_type", "modules/clean/file_activity/api", "modules/clean/react/file_viewer/comments_demo_actions", "modules/clean/analytics", "modules/clean/react/file_viewer/controller", "modules/clean/profile_services/auth_callback_handler", "modules/clean/react/previews/frame_messenger_host", "modules/clean/react/browse/sort_helpers", "modules/clean/teams/modals/suggest_team_invite_modal", "modules/clean/browse_interface", "modules/clean/devtools/perf_hub_action_types", "modules/clean/react/previews/preview_linkfile", "modules/clean/sharing/sharing_settings_constants", "modules/clean/zendesk_feedback", "modules/clean/react/user_notifications/models", "modules/clean/react/starred/star", "modules/clean/avatar/stacked_avatars", "modules/clean/react/previews/audio/preview_audio_volume", "modules/clean/comments/constants", "modules/clean/js_client_stopwatch", "modules/clean/file_activity/clients/file_activity_bolt_client", "modules/clean/growth/experiments/shared_folder_paywall_view", "modules/clean/react/share_download/models", "modules/clean/em_string", "modules/constants/page_load", "modules/clean/avatar/shared_link_avatar", "modules/constants/contacts", "modules/clean/comments/store", "modules/clean/history", "modules/clean/sharing/link_description", "modules/clean/legacy_pyxl_controllers/ajax_form", "modules/clean/sharing/content_info", "modules/clean/pagination_manager", "modules/clean/image_viewer_annotation_interface", "modules/clean/react/file_sidebar/file_sidebar", "external/swfobject", "modules/constants/unity", "modules/clean/search/search_helpers", "modules/clean/annotations/annotation", "modules/clean/beacon", "modules/constants/abuse_report", "modules/clean/payments/cash", "modules/constants/static", "modules/clean/react/helpers", "modules/clean/sharing/sharing_settings_util", "modules/clean/react/tabs/tab_util", "modules/clean/react/browse/actions", "modules/clean/contacts/config", "modules/clean/account/verify_email_modals", "modules/clean/react/account_menu/avatar", "modules/clean/sharing/constants", "external/es6-promise", "modules/clean/avatar/initials_avatar", "modules/core/notify", "modules/constants/time", "modules/clean/react/previews/preview_image_zoom", "modules/clean/flux/store_mixin", "modules/core/type", "modules/clean/stormcrow/stormcrow_panel_action_types", "modules/clean/sso_login_checks", "modules/clean/photos/thumb_loading/utils", "modules/clean/teams/admin/api/types/managed_sync", "modules/clean/react/previews/preview_video", "external/reflux", "modules/clean/viewer", "modules/clean/sharing/shared_content_link_sync_modal", "modules/clean/raf_throttle", "modules/clean/react/css", "modules/clean/avatar/photo_avatar", "modules/clean/account/set_password_modal", "modules/clean/react/file_comments/logger", "modules/clean/sprite", "modules/clean/teams/admin/api/admin_console_api_client", "external/bloodhound", "modules/clean/loggers/file_viewer_logger", "modules/clean/sharing/components/toggle_switch", "modules/clean/undo", "modules/clean/react/starred/constants", "modules/clean/downloads", "modules/clean/react/pass/constants", "modules/clean/react/previews/preview_html", "modules/clean/sharing/api/types/metadata", "modules/clean/js_environment", "modules/clean/datetime", "modules/clean/pagelet_logger", "modules/clean/comments/components/ui_constants", "modules/clean/flux/action_type", "modules/clean/react/tabs/tab_nav", "modules/clean/react/file_viewer/seen_state_facepile", "modules/clean/comments/logged_out_utils", "modules/clean/react/title_bar/base", "modules/clean/react/previews/preview_pdf", "modules/clean/sharing/stores/sharing_info_util", "modules/clean/react/file_viewer/title_bar", "external/u2f-api", "modules/clean/contacts/util", "jquery", "external/classnames", "modules/clean/react/columnheader", "modules/constants/teams", "modules/clean/react/user_notifications/dropdown_row", "modules/clean/image_annotations", "modules/clean/contacts/typeahead", "modules/clean/unity/web_socket", "modules/clean/react/overlay", "modules/constants/gandalf", "modules/core/i18n", "external/flash_detect", "modules/clean/sharing/link_info", "modules/core/dom", "modules/clean/sharing/copy_public_link_modal", "modules/clean/validators/validators", "modules/clean/deprecated/uirequest", "modules/clean/sharing/stores/sharing_info", "modules/clean/avatar/inherited_count_avatar", "modules/clean/react/tabs/tabs", "external/flux", "modules/clean/react/file_viewer/open_button", "__real_external/tracekit", "react", "modules/clean/react/file_viewer/utils", "modules/clean/loggers/folder_invite_impression_logger", "modules/clean/contacts/cache", "modules/clean/react/home/starred/starred_resource_store", "modules/clean/photos/legacy_thumb_loader", "modules/clean/react/starred/api", "modules/clean/react/previews/preview_toolbar", "react-dom", "modules/clean/sharing/actions/sharing_actions", "modules/clean/filepath", "modules/clean/react/tabs/tab_bar", "modules/clean/react/starred/actions", "modules/clean/react/file_viewer/actions", "modules/clean/react/user_notifications/legacy_thumb_loader", "modules/clean/sharing/member_avatars", "modules/clean/react/file_action_button", "modules/clean/react/account_menu/install_link", "modules/clean/activity/constants", "modules/clean/comments/models/loading_spinner", "modules/clean/react/copy_to_dropbox/api", "modules/clean/react/hidden", "modules/clean/avatar/style", "modules/clean/image_preview_util", "modules/clean/react/open_in_app/actions", "modules/clean/comments/actions", "modules/clean/react/user_notifications/dropdown_body", "modules/clean/react/file_modal_controller", "modules/clean/payments/validation", "modules/clean/react/browse/api", "modules/clean/react/previews/preview_toolbar_container", "modules/clean/sharing/api/client", "modules/clean/react/previews/image_helpers", "modules/core/uri", "modules/clean/devtools/perf_hub_actions", "modules/clean/comments/utils", "modules/clean/react/file_viewer/toggle_comments", "modules/clean/react/file_viewer/models", "modules/clean/react/util", "modules/clean/react/file_viewer/full_screen_helpers", "modules/clean/react/previews/constants", "modules/clean/react/file_viewer/store", "modules/clean/react/previews/quality_popup/preview_quality_popup", "__real_external/es6-promise", "modules/clean/react/user_notifications/generic_icon", "modules/constants/file_viewer", "modules/clean/event_load", "modules/clean/react/user_notifications/dropdown_bell", "modules/constants/viewer", "modules/clean/sharing/file_settings_modal", "modules/clean/account/change_email_modals", "modules/clean/sharing/keep_a_copy_modal", "modules/clean/account/email", "modules/clean/photos/batch_thumb_loader", "modules/clean/legacy_pyxl_controllers/bubble_picker", "modules/clean/react/selectable_list", "modules/clean/comments/demo_action_creators", "modules/clean/react/teams/modals/limited_team_upsell_modal_banner", "modules/clean/contacts/facebook_modal", "modules/clean/base64", "modules/clean/bolt", "TraceKit", "modules/core/controller_helpers", "modules/clean/avatar/list", "modules/clean/react/user_notifications/avatar_icon", "modules/clean/react/sprite_div", "external/cyfd", "modules/clean/annotations/annotation_region_ui", "modules/clean/annotations/annotation_highlight_ui", "modules/clean/react/user_notifications/event_emitter", "modules/constants/sharing", "modules/clean/open_with", "modules/clean/growth/experiments/sharing_paywall_info_modal", "modules/clean/profile_services/third_party_signup", "modules/clean/react/previews/responsive_image", "modules/clean/react/file_viewer/seen_state_facepile_controller", "modules/clean/sharing/notifications", "modules/clean/react/teams/modals/limited_team_share_folder_modal", "modules/clean/multiaccount_login", "modules/clean/react/open_in_app/button", "modules/clean/web_user_action_logger", "modules/clean/loggers/notification_logger", "modules/clean/react/previews/archive/preview_archive", "modules/clean/react/account_menu/pro_gifting_link", "modules/clean/loggers/file_preview_logger", "modules/clean/sharing/views/viewer_info", "modules/clean/react/account_menu/limited_team_plans_upgrade_link", "external/purify", "modules/clean/react/user_notifications/dropdown", "modules/clean/react/home/home_access/home_access_util", "modules/clean/react/file_viewer/open_button_coachmark", "modules/constants/env", "modules/clean/react/image", "modules/clean/react/previews/preview_error", "modules/core/exception", "modules/clean/sharing/views/modal_link_info", "modules/clean/web_module_timing", "modules/clean/sharing/views/viewer_list_modal", "modules/clean/annotations/annotation_controller", "modules/clean/react/account_menu/settings_link", "modules/clean/stormcrow/stormcrow_panel_actions", "modules/clean/profile_services/profile_services_link", "modules/clean/react/bubble_dropdown_v2", "modules/clean/sharing/views/constants", "modules/clean/react/previews/preview_image_with_annotations", "modules/clean/annotations/preview_image_annotations_toolbar", "modules/clean/react/file_viewer/file_preview", "modules/clean/unity/logger", "modules/clean/unity/connection_error", "modules/clean/react/previews/preview_zoom_container", "modules/clean/react/maestro/svg_icon", "modules/clean/contacts/cache_type", "modules/clean/react/user_notifications/store", "modules/clean/open_in_mobile_app", "modules/clean/browse/browse_drag_utils", "modules/clean/immutability_helper", "modules/clean/react/tree_view", "modules/clean/payments/dfb_util", "modules/clean/react/file_viewer/file_preview_event_emitter", "modules/clean/sharing/strings", "modules/clean/sharing/views/modal_viewers_line", "modules/core/user_i18n", "modules/clean/react/account_menu/pro_upgrade_link", "modules/clean/react/browse/action_logger", "external/jquery.mousewheel", "external/eventemitter3", "modules/constants/webtiming", "modules/clean/react/portal", "modules/clean/typeahead", "modules/clean/react/starred/store", "external/hoist-non-react-statics", "modules/clean/annotations/annotation_renderer_utils", "modules/clean/unity/websocket_config", "modules/clean/deprecated/dbmodal_loading", "modules/clean/react/previews/preview_toolbar_region_creation", "external/sjcl", "modules/clean/photos/thumbnail_url_util", "modules/clean/avatar/overflow_count_pill", "modules/clean/avatar/avatar_with_default", "modules/clean/react/free_positioned", "modules/clean/average_counter", "modules/clean/react/slider", "modules/clean/annotations/annotation_marker", "modules/clean/react/file_viewer/shared_file_actions", "modules/constants/uirequest", "modules/clean/sharing/views/member_list", "modules/clean/react/user_notifications/actions", "modules/clean/flux/flux_store", "modules/clean/form", "modules/clean/sharing/share_modal", "libs", "modules/clean/legacy_pyxl_controllers/tabbable", "modules/clean/contacts/demo_contacts", "modules/clean/sharing/components/button_group", "modules/clean/ajax", "modules/clean/react/share_download/actions", "modules/clean/react/previews/audio/preview_audio_play_button", "modules/clean/react/file_viewer/copyright_flag", "modules/clean/avatar/size", "modules/core/exception_tag_registry", "modules/clean/optimistic_update", "modules/clean/previews/preview_status_watcher", "modules/clean/storage", "modules/clean/react/pass/store", "modules/clean/photos/thumb_loading/generic_thumb_store", "external/tslib", "modules/clean/react/onboarding_modal", "modules/clean/comments/models/preview_types", "modules/clean/previews/pdf_loader", "modules/clean/avatar/initials_avatar_with_color", "modules/clean/image_size", "modules/clean/avatar/viewer_avatar", "modules/clean/react/browse/models", "modules/clean/event_handler", "modules/clean/events/rollback", "modules/clean/react/file_viewer/more_dropdown/more_option_registry", "modules/clean/components/scooter/badge", "modules/constants/starred", "modules/clean/page_role_observer", "modules/clean/sharing/action_types", "modules/clean/react/account_menu/account_menu", "modules/clean/image_viewer_annotation_renderer", "modules/clean/react/file_viewer/seen_state_coachmark", "modules/clean/api_v2/client", "modules/clean/react/content_manager/api", "modules/clean/sharing/confirmation_modals/relinquish_membership_confirmation_modal", "modules/clean/frame_messenger/frame_messenger_host", "external/keymaster", "modules/clean/react/previews/quality_popup/constants", "modules/clean/react/user_notifications/constants", "modules/clean/react/file_viewer/more_dropdown", "modules/clean/comments/lib/type_check", "external/sha1", "modules/clean/react/previews/quality_popup/feedback_modal", "modules/clean/crypto", "modules/clean/legacy_pyxl_controllers/role_picker", "modules/clean/components/title_bubble", "modules/clean/comments/flux", "modules/clean/clipboard", "modules/clean/fuzzy", "modules/clean/sharing/share_page/action_types", "external/jquery_ui", "modules/clean/loggers/cache_logger", "modules/clean/user", "modules/clean/avatar/faceholder", "modules/clean/react/account_menu/account_info", "modules/clean/gandalf_util", "modules/clean/react/file_viewer/constants", "langpack", "modules/clean/react/file_viewer/dispatcher", "modules/constants/pixie", "modules/clean/file_activity/clients/file_activity_data_source", "modules/clean/mailcheck", "modules/clean/profile_services/popup_handler", "modules/clean/profile_services/profile_services_constants", "modules/clean/file_operations/notifications", "modules/clean/react/file_viewer/coach_mark", "modules/clean/react/previews/quality_popup/questions", "modules/clean/top_notif", "modules/clean/sharing/folder_settings_modal", "modules/clean/react/input", "modules/clean/react/bubble_menu", "external/jquery.fs.zoomer", "modules/clean/react/file_viewer/more_dropdown/icon", "modules/clean/groups/api", "modules/clean/react/account_menu/account_menu_contents", "modules/clean/avatar/triple_avatars", "modules/clean/react/modal", "modules/clean/flux/dispatcher", "modules/clean/react/pass/utils", "modules/clean/browse_events", "modules/clean/file_activity/models/revision", "modules/clean/react/sprite", "modules/constants/browse", "modules/clean/web_timing_logger", "modules/clean/contacts/list", "modules/clean/comments/demo_file_activity", "modules/clean/react/user_notifications/api", "modules/clean/sharing/signup_modal_proxy", "modules/clean/unity/versions", "modules/clean/react/share_download/button", "modules/clean/react/starred/id_type_pair", "modules/clean/sharing/set_confidential_modal", "modules/clean/react/account_menu/business_upgrade_link", "modules/clean/react/file_modals", "modules/clean/sharing/api/util/types", "modules/constants/legacy", "external/moxie", "modules/clean/account/email_verify_reasons", "modules/clean/previews/util", "modules/clean/abuse/report_flag", "modules/clean/sharing/parent_folder_access_modal", "dropbox", "modules/clean/frame_messenger", "modules/clean/photos/thumb_loading/http2_thumb_loader", "modules/clean/comments/action_creators", "modules/clean/react/paging_list", "modules/clean/growth/experiments/manage_shared_folders_modal", "external/modernizr", "modules/clean/react/title_bar/controls_container", "modules/core/browser", "modules/clean/frame_messenger/frame_messenger_base", "modules/clean/react/starred/model", "modules/clean/react/outside_event", "modules/clean/static_urls", "modules/clean/account/email_verify", "modules/core/html", "modules/clean/sharing/sharing_settings_modal", "modules/clean/clipboard_v2"], (function(modules__core__controller_registry,modules__clean__legacy_pyxl_controllers__input,modules__clean__hi_res,modules__dirty__growth__shared_link_signup_modals,modules__clean__register_form,modules__clean__legacy_pyxl_controllers__bubble_dropdown,modules__clean__react__file_viewer__container,modules__clean__react__file_comments__shared_link_signup_modals,modules__clean__legacy_pyxl_controllers__login_form,modules__clean__legacy_pyxl_controllers__tooltip){
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100148", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100146", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100143", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100142", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100141", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100139", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100136", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100134", modules__clean__legacy_pyxl_controllers__input.PasswordInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100131", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__login_form, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100128", modules__clean__legacy_pyxl_controllers__login_form, ["normal", "small", false, true, false, null]); })(modules__clean__legacy_pyxl_controllers__login_form, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__bubble_dropdown, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100124", modules__clean__legacy_pyxl_controllers__bubble_dropdown, ["left", false, null, null, null, null]); })(modules__clean__legacy_pyxl_controllers__bubble_dropdown, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100123", modules__clean__legacy_pyxl_controllers__input.PasswordWatchInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100120", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100117", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100114", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__register_form) { ControllerRegistry.register_controller("component2777516154903100111", modules__clean__register_form.RegisterForm, ["small", false, true, true, "None", false, false]); })(modules__core__controller_registry, modules__clean__register_form);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100109", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100108", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__bubble_dropdown, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100106", modules__clean__legacy_pyxl_controllers__bubble_dropdown, ["left", false, null, null, null, null]); })(modules__clean__legacy_pyxl_controllers__bubble_dropdown, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100105", modules__clean__legacy_pyxl_controllers__input.PasswordWatchInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100102", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100099", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100096", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__register_form) { ControllerRegistry.register_controller("component2777516154903100093", modules__clean__register_form.RegisterForm, ["small", false, true, true, "None", false, false]); })(modules__core__controller_registry, modules__clean__register_form);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100091", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100090", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100088", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100085", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100084", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100083", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100081", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100078", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100076", modules__clean__legacy_pyxl_controllers__input.PasswordInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100073", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__login_form, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100070", modules__clean__legacy_pyxl_controllers__login_form, ["normal", "small", false, true, false, null]); })(modules__clean__legacy_pyxl_controllers__login_form, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__bubble_dropdown, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100066", modules__clean__legacy_pyxl_controllers__bubble_dropdown, ["left", false, null, null, null, null]); })(modules__clean__legacy_pyxl_controllers__bubble_dropdown, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100065", modules__clean__legacy_pyxl_controllers__input.PasswordWatchInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100062", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100059", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100056", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__register_form) { ControllerRegistry.register_controller("component2777516154903100053", modules__clean__register_form.RegisterForm, ["small", false, true, true, "None", false, false]); })(modules__core__controller_registry, modules__clean__register_form);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100051", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100050", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100048", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100045", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100044", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100043", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100041", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100038", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100036", modules__clean__legacy_pyxl_controllers__input.PasswordInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100033", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__login_form, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100030", modules__clean__legacy_pyxl_controllers__login_form, ["normal", "small", false, true, false, null]); })(modules__clean__legacy_pyxl_controllers__login_form, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__bubble_dropdown, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100026", modules__clean__legacy_pyxl_controllers__bubble_dropdown, ["left", false, null, null, null, null]); })(modules__clean__legacy_pyxl_controllers__bubble_dropdown, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100025", modules__clean__legacy_pyxl_controllers__input.PasswordWatchInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100022", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100019", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100016", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__register_form) { ControllerRegistry.register_controller("component2777516154903100013", modules__clean__register_form.RegisterForm, ["small", false, true, true, "None", false, false]); })(modules__core__controller_registry, modules__clean__register_form);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100011", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100009", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100008", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100006", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100003", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903100002", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (ControllerRegistry, modules__clean__legacy_pyxl_controllers__tooltip) { ControllerRegistry.register_controller("component2777516154903100001", modules__clean__legacy_pyxl_controllers__tooltip.InfoTooltip, [null, "right"]); })(modules__core__controller_registry, modules__clean__legacy_pyxl_controllers__tooltip);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903099999", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__hi_res, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903099996", modules__clean__hi_res, []); })(modules__clean__hi_res, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903099994", modules__clean__legacy_pyxl_controllers__input.PasswordInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__input, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903099991", modules__clean__legacy_pyxl_controllers__input.TextInput, []); })(modules__clean__legacy_pyxl_controllers__input, modules__core__controller_registry);
(function (modules__clean__legacy_pyxl_controllers__login_form, ControllerRegistry) { ControllerRegistry.register_controller("component2777516154903099988", modules__clean__legacy_pyxl_controllers__login_form, ["multi", "standard", false, true, false, null]); })(modules__clean__legacy_pyxl_controllers__login_form, modules__core__controller_registry);
(function (mod) { var init = mod.initialize_module; if (init != null){init();} })(modules__clean__react__file_viewer__container);
(function (GrowthSharedLinkSignupModals) { new GrowthSharedLinkSignupModals("immediate") })(modules__dirty__growth__shared_link_signup_modals);
(function (CommentsSharedLinkSignupModals) { })(modules__clean__react__file_comments__shared_link_signup_modals);
})]]]
);
</script><img src="https://dropbox.com/hstsping" alt="" style="display:none;" /><script type="text/javascript" nonce="lfqVyyWiEyI12SGs/mBO">
document.addEventListener('DOMContentLoaded', function () {
var metaTag = document.createElement('meta');
metaTag.setAttribute('http-equiv', 'Content-Security-Policy');
metaTag.setAttribute('content', "script-src https: 'unsafe-eval' 'nonce-lfqVyyWiEyI12SGs/mBO';");
document.head.appendChild(metaTag);
});</script><div id="accessible-announce" class="ax-visually-hidden" aria-live="assertive"></div></body>
</html><!--status=200-->