本文简要介绍 python 语言中 arcgis.gis.User.generate_direct_access_url
的用法。
用法:
generate_direct_access_url(store_type, expiration=None, subfolder=None)
返回:
包含直接访问 URL 的字典
generate_direct_access_url
方法创建一个直接访问 URL,非常适合将大文件上传到数据文件共享、笔记本工作区或栅格存储。注意:
generate_direct_access_url
仅在 ArcGIS Online 中可用Parameter
Description
store_type
可选字符串。要生成的上传 URL 的类型。类型:
big_data_file
、‘notebook’ 或“光栅”。expiration
可选的国际。链接在几分钟内到期。默认值为 1440。
subfolder
可选字符串。要上传到的文件夹。默认为
None
。例子:
# Usage Example >>> user.generate_direct_access_url(store_type="notebook")
相关用法
- Python ArcGIS User.get_thumbnail用法及代码示例
- Python ArcGIS User.delete用法及代码示例
- Python ArcGIS User.reset用法及代码示例
- Python ArcGIS User.user_settings用法及代码示例
- Python ArcGIS User.unlink_account用法及代码示例
- Python ArcGIS User.link_account用法及代码示例
- Python ArcGIS User.report用法及代码示例
- Python ArcGIS User.update_level用法及代码示例
- Python ArcGIS User.items用法及代码示例
- Python ArcGIS User.landing_page用法及代码示例
- Python ArcGIS User.reassign_to用法及代码示例
- Python ArcGIS User.folders用法及代码示例
- Python ArcGIS User.update用法及代码示例
- Python ArcGIS UserManager.signup用法及代码示例
- Python ArcGIS UserManager.advanced_search用法及代码示例
- Python ArcGIS UserManager.search用法及代码示例
- Python ArcGIS UserManager.get用法及代码示例
- Python ArcGIS UserManager.invite用法及代码示例
- Python ArcGIS UserManager.categories用法及代码示例
- Python ArcGIS UserManager.enable_users用法及代码示例
- Python ArcGIS UserManager.disable_users用法及代码示例
- Python ArcGIS UserManager.create用法及代码示例
- Python ArcGIS UserManager.send_notification用法及代码示例
- Python ArcGIS UserManager.counts用法及代码示例
- Python ArcGIS UX.featured_content用法及代码示例
注:本文由纯净天空筛选整理自arcgis.com大神的英文原创作品 arcgis.gis.User.generate_direct_access_url。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。