简体   繁体   English

如何使用Java Dropbox API检索DbxEntry.File的模仿类型

[英]How to retrieve the mimetype of a DbxEntry.File using the java Dropbox API

When I look at the API reference here: 当我在这里查看API参考时:

http://dropbox.github.io/dropbox-sdk-java/api-docs/v1.6.x/com/dropbox/core/DbxEntry.File.html http://dropbox.github.io/dropbox-sdk-java/api-docs/v1.6.x/com/dropbox/core/DbxEntry.File.html

There's a "mimetype" field. 有一个“ mimetype”字段。 Anyone know how to retrieve that from the object? 有人知道如何从对象中检索该信息吗? I can't access it even though it's listed as being public there. 即使已在此处公开列出,我也无法访问。 I have version 1.7 of the java SDK 我有1.7版的Java SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM